master #16

Merged
mark merged 70 commits from :master into master 2025-01-10 15:39:26 +00:00
Showing only changes of commit 4761166472 - Show all commits

View File

@ -46,6 +46,10 @@ namespace FarmmapsApi.Services
}
}
public async Task<Configuration> GetConfiguration()
{
return _configuration;
}
public async Task AuthenticateAsync()
{
if (_httpClient.DefaultRequestHeaders.Authorization != null &&