...
Code Block | ||||
---|---|---|---|---|
| ||||
{ "id": "test", "name": "Test Collection", "description": "A collection used for testing RDS", "datasources": [ { "id": "datasource1", "name": "An example data source", "public": true } ], "info": { "limit": 1, "offset": 0, "more": falsetrue } } |
Code Block | ||
---|---|---|
| ||
http://{host}/rds/catalog/{collection}?limit=1&offset=1 |
...