forked from FarmMaps/FarmMapsApiClient
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
FarmMapsBlight | 1 year ago | |
FarmmapsApi | 2 months ago | |
FarmmapsBulkSatDownload | 1 year ago | |
FarmmapsCleanUp | 2 years ago | |
FarmmapsDataDownload | 2 months ago | |
FarmmapsHaulmkilling | 1 year ago | |
FarmmapsHerbicide | 1 year ago | |
FarmmapsKPI | 1 month ago | |
FarmmapsNbs | 1 year ago | |
FarmmapsPoten | 1 year ago | |
FarmmapsZonering | 1 year ago | |
Secrets | 1 year ago | |
.gitignore | 2 years ago | |
FarmmapsApiSamples.sln | 2 months ago | |
README.MD | 1 year ago |
README.MD
NOT PRODUCTION READY CODE, JUST AN EXAMPLE
Put your clientId and clientSecret or your Farmmaps-account data (username and password) in a newly created appsettings.secrets.json file inside the root of the Secrets project.
appsettings.secrets.json
{
//API credential sign-in
"ClientId": "<clientId>",
"ClientSecret": "<clientSecret>"
}
Or when using a Farmmaps account to sing-in
appsettings.secrets.json
{
//Sign-in using farmmaps account
"Username": "",
"Password": ""
}
- Isn't 100% complete.
- Needs proper testing of all public api methods.
- Needs documentation of all public api methods.