{ "opencollection": "1.0.0", "info": { "name": "Quadrillion Cloud account credentials API", "version": "0.1.0" }, "items": [ { "info": { "name": "credentials", "type": "folder" }, "items": [ { "info": { "name": "Get Credentials Status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/credentials/status" }, "docs": "Return ``{key: {set: bool, hint: str | null}}`` for every credential.\n\nReports the active user's visible credential state for each known key." }, { "info": { "name": "Store Credential Handler", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/credentials/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Store a credential in ``settings.json``." }, { "info": { "name": "Delete Credential Handler", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/credentials/:key", "params": [ { "name": "key", "value": "", "type": "path" } ] }, "docs": "Remove a credential from ``settings.json``." } ] } ], "bundled": true }