Example C# client using FarmMaps API to create taskmaps
 
 
Go to file
pepijn van oort 1bc326cfd2 Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested
Added some extra Tasks to /FarmmapsApi/Services/GeneralService.cs
Added class SatelliteStatistics.cs to /FarmmapsApi/Models
2021-05-26 10:16:29 +02:00
FarmMapsBlight Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
FarmmapsApi Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested 2021-05-26 10:16:29 +02:00
FarmmapsBulkSatDownload Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested 2021-05-26 10:16:29 +02:00
FarmmapsDataDownload Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested 2021-05-26 10:16:29 +02:00
FarmmapsHaulmkilling Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
FarmmapsHerbicide appsettings is now shared through the 'Secrets' project. 2021-05-19 19:41:03 +02:00
FarmmapsNbs Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
FarmmapsPoten Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
FarmmapsZonering Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
Secrets appsettings is now shared through the 'Secrets' project. 2021-05-19 19:41:03 +02:00
.gitignore Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested 2021-05-26 10:16:29 +02:00
FarmmapsApiSamples.sln Merge remote-tracking branch 'upstream/master' 2021-05-20 09:13:57 +02:00
README.MD update README.MD 2021-05-19 19:42:58 +02:00

README.MD

NOT PRODUCTION READY CODE, JUST AN EXAMPLE

Put your clientId and clientSecret in a newly created appsettings.secrets.json file inside the root of the Secrets project.

appsettings.secrets.json

{
  "ClientId": "<clientId>",
  "ClientSecret": "<clientSecret>"
}
  • Isn't 100% complete.
  • Needs proper testing of all public api methods.
  • Needs documentation of all public api methods.