12 lines
214 B
Markdown
12 lines
214 B
Markdown
|
To read from a collection, issue a HTTP GET call
|
||
|
|
||
|
GET /collections/:collection
|
||
|
|
||
|
|
||
|
**URL Parameters**
|
||
|
|
||
|
`:collection` is the key of the collection in the config.
|
||
|
|
||
|
**Returns**
|
||
|
|
||
|
An array of objects from the collection.
|