Example C# client using FarmMaps API to create taskmaps
Mark van der Wal
5c38ff99dc
Reviewed-on: #12 Reviewed-by: Mark van der Wal <mark.vanderwal@akkerweb.nl> |
||
---|---|---|
FarmmapsApi | ||
FarmMapsBlight | ||
FarmmapsBulkSatDownload | ||
FarmmapsCleanUp | ||
FarmmapsDataDownload | ||
FarmmapsHaulmkilling | ||
FarmmapsHerbicide | ||
FarmmapsNbs | ||
FarmmapsPoten | ||
FarmmapsZonering | ||
Secrets | ||
.gitignore | ||
FarmmapsApiSamples.sln | ||
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.