{ "opencollection": "1.0.0", "info": { "name": "Taylor's Library Koha REST checkouts holds API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "holds", "type": "folder" }, "items": [ { "info": { "name": "List holds", "type": "http" }, "http": { "method": "GET", "url": "https://librarycatalogue.taylors.edu.my/api/v1/holds" }, "docs": "List holds" }, { "info": { "name": "Get hold", "type": "http" }, "http": { "method": "GET", "url": "https://librarycatalogue.taylors.edu.my/api/v1/holds/:hold_id", "params": [ { "name": "hold_id", "value": "", "type": "path" } ] }, "docs": "Get hold" } ] } ], "bundled": true }