Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleLimit One Output
collapsetrue
{
    "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
titleLimit to One Data Source Offset One
http://{host}/rds/catalog/{collection}?limit=1&offset=1

...