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

@@ -5,7 +5,7 @@ This page provides an index of the available documentation for the FarmMaps plat
## Getting started
The main starting point for Farmmaps API access is the REST API.
To get started, follow the steps below.
The workflow and high-level architecture FarmMaps are documented on the [Farmmaps Workflow](Workflow) and [FarmMaps Main Components](Main-components) pages.
The workflow and high-level architecture FarmMaps are documented on the [Farmmaps Workflow](Workflow) and [FarmMaps Main Components](Main-components.md) pages.
### Environments
@@ -47,8 +47,8 @@ For each request, the access token needs to be sent along. This access token pro
To continue please see one of the articles below:
- [Integrating FarmMaps Open ID Connect into your application](Integrating-FarmMaps-OIDC)
- [Creating an access token for testing.](Create-access-token)
- [Integrating FarmMaps Open ID Connect into your application](Integrating-FarmMaps-OIDC.md)
- [Creating an access token for testing.](Create-access-token.md)
## Using the FarmMaps API
Once you have an access token, you can start querying the API.
@@ -57,17 +57,17 @@ The API basics are uploading files, creating items and and running tasks to modi
For testing purposes, [Postman](https://www.postman.com) can be used to perform HTTP requests more easily.
We provide the following guides:
* [Uploading a file](Upload-a-file)
* [Creating a cropfield](Create-a-cropfield)
* [Running a task](Running-tasks)
* [Uploading a file](Upload-a-file.md)
* [Creating a cropfield](Create-a-cropfield.md)
* [Running a task](Running-tasks.md)
Generally, tasks can be run in the same way.
However, each specific task has it's own inputs and properties.
How these work can be found in the use task examples below.
### <a name="task-examples"></a>Task examples
* [VRAPoten-API](VRAPoten-API)
* [VRANbs-API](VRANbs-API)
* [VRAHerbicide-API](VRAHerbicide-API)
* [VRAPoten-API](VRAPoten-API.md)
* [VRANbs-API](VRANbs-API.md)
* [VRAHerbicide-API](VRAHerbicide-API.md)