{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Codes-Of-Conduct API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Codes-Of-Conduct", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get all codes of conduct", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/codes_of_conduct" }, "docs": "Returns array of all GitHub's codes of conduct." }, { "info": { "name": "APIs.io Engineering Platform Get a code of conduct", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/codes_of_conduct/:key", "params": [ { "name": "key", "value": "", "type": "path" } ] }, "docs": "Returns information about the specified GitHub code of conduct." } ] } ], "bundled": true }