This commit is contained in:
Mark van der Wal
2020-05-05 21:03:36 +02:00
parent a48f5c9625
commit 588b700a84
9 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
## VRAPoten API v0.1.1
[<< Home](Home)
[<< Home](Home.md)
FarmMaps is an asynchronous architecture, the API flow keeps this in mind.
The API expects that all data is already processed and available provided, for example through the normal FarmMaps flow.
@@ -14,7 +14,7 @@ For the currently available public FarmMaps API you can take a look at swagger:
**Users can poll the task api to see if a task is completed**
**This can be achieved with the task execution id obtained from calling the 'ItemTask' API.**
[Poll task status](Polling-task-status)
[Poll task status](Polling-task-status.md)
### API flow
* Authenticate User
@@ -30,13 +30,13 @@ For the currently available public FarmMaps API you can take a look at swagger:
### Steps
###### Authentication
[Authentication](Authentication)
[Authentication](Authentication.md)
###### Create cropfield with FarmMaps API (optional)
[Create Cropfield](Create-Cropfield)
[Create Cropfield](Create-Cropfield.md)
###### Uploading own data (optional)
[Upload Data](Upload-Data)
[Upload Data](Upload-Data.md)
###### Creating appliance maps
Execute the VRAPotenTask with the item code of the cropfield as parameter inside {code}.
@@ -75,7 +75,7 @@ Response 403 No WRITE permissions in item
Response 404 Item not found
###### Create taskmap
[Create Taskmap](Create-Taskmap)
[Create Taskmap](Create-Taskmap.md)
###### Download the data
In case the data is available it can be downloaded with the File API.