Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ GeoJSON document containing the features resulting from the request query.

## Feature

Produces an item from a dataset (as GeoJSON)

### Request
Path: `/collections/{cid}/items/{fid}`

Expand All @@ -110,6 +112,8 @@ Path: `/collections/{cid}/items/{fid}`

### Response

JSON document listing feature.

#### Links
* self - `/collections/{cid}/items/{fid}.json` - This document as JSON
* alternate - `/collections/{cid}/items/{fid}.html` - This document as HTML
Expand Down Expand Up @@ -139,6 +143,8 @@ Path: `/functions/{fnid}`

### Response

JSON document listing metadata.

#### Links
* self - `/functions/{fnid}.json` - This document as JSON
* alternate - `/functions/{fnid}.html` - This document as HTML
Expand Down