C# client using FarmMaps API to connect to a database for crop nutrient parameters
Go to file
Sijbrandij 44cde0fe15 added download of all crop recordings of 1 field - using a manual croprecording itemcode 2022-02-28 13:28:24 +00:00
FarmMapsBlight AW-2834 2021-12-16 12:05:35 +01:00
FarmmapsApi added download of all crop recordings of 1 field - using a manual croprecording itemcode 2022-02-28 13:28:24 +00:00
FarmmapsBulkSatDownload new project FarmmapsCleanUp to clean up cropfielditems and satellitetaskcodes used only once 2021-06-07 16:38:42 +02:00
FarmmapsCleanUp new project FarmmapsCleanUp to clean up cropfielditems and satellitetaskcodes used only once 2021-06-07 16:38:42 +02:00
FarmmapsDataDownload added download of all crop recordings of 1 field - using a manual croprecording itemcode 2022-02-28 13:28:24 +00: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 added download of all crop recordings of 1 field - using a manual croprecording itemcode 2022-02-28 13:28:24 +00:00
FarmmapsPoten fix uploading 2021-07-08 17:18:12 +02:00
FarmmapsZonering AW-3569 Added posibility to login with username/password 2022-02-23 10:33:59 +01:00
Secrets added download of all crop recordings of 1 field - using a manual croprecording itemcode 2022-02-28 13:28:24 +00:00
.gitignore Projects FarmmapsBulkSatDownload and FarmmapsDataDownload fully updated and tested 2021-05-26 10:16:29 +02:00
FarmmapsApiSamples.sln new project FarmmapsCleanUp to clean up cropfielditems and satellitetaskcodes used only once 2021-06-07 16:38:42 +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.