fixed links

This commit is contained in:
Mark van der Wal
2020-05-07 18:43:58 +02:00
parent a539efb65d
commit 1863ff393a
8 changed files with 34 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
## VRAPoten API v0.1.1
[<< Home](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/Home)
[<< Home](README.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.
The API 2 that all data is already processed and available provided, for example through the normal FarmMaps flow.
For the currently available public FarmMaps API you can take a look at swagger: http://farmmaps.awtest.nl/swagger/index.html
@@ -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](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/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](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/Authentication)
[Authentication](Authentication.md)
###### Create cropfield with FarmMaps API (optional)
[Create Cropfield](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/Create-Cropfield)
[Create Cropfield](Create-Cropfield.md)
###### Uploading own data (optional)
[Upload Data](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/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](https://git.akkerweb.nl/FarmMaps/Documentatie/wiki/Create-Taskmap)
[Create Taskmap](Create-Taskmap.md)
###### Download the data
In case the data is available it can be downloaded with the File API.