{ "opencollection": "1.0.0", "info": { "name": "Edgegap Arbitrium App Versions Applications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.edgegap.com/v1/app", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of applications for the account." }, { "info": { "name": "Create application", "type": "http" }, "http": { "method": "POST", "url": "https://api.edgegap.com/v1/app", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a new application on Edgegap." }, { "info": { "name": "Get application", "type": "http" }, "http": { "method": "GET", "url": "https://api.edgegap.com/v1/app/:app_name", "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Get application" }, { "info": { "name": "Update application", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.edgegap.com/v1/app/:app_name", "params": [ { "name": "app_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update application" }, { "info": { "name": "Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.edgegap.com/v1/app/:app_name", "params": [ { "name": "app_name", "value": "", "type": "path" } ] }, "docs": "Delete application" } ] } ], "bundled": true }