Skip to content

Commit

Permalink
List of available endpoints query added
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Sep 24, 2019
1 parent 05e8e1b commit 4c2c603
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@ curl -X POST "https://actinia.mundialis.de/api/v1/sentinel2_process/ndvi/S2A_MSI
```

The results of the asynchronous computations are available as GeoTIFF file in a cloud storage for download.

### List of available endpoints

To see a simple **list of endpoints** (and more), consult the "paths" section in the [API JSON](https://actinia.mundialis.de/api/v1/swagger.json); or, to list the available endpoints on command line, run

```bash
# sudo npm install -g json
curl -X GET https://actinia.mundialis.de/api/v1/swagger.json | json paths | json -ka
```

0 comments on commit 4c2c603

Please sign in to comment.