{ "opencollection": "1.0.0", "info": { "name": "JupyterHub REST Activity Services API", "version": "5.2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "JupyterHub List services", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/services" }, "docs": "Returns the list of registered Hub services." }, { "info": { "name": "JupyterHub Get service", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/services/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Returns the named service." } ] } ], "bundled": true }