{ "opencollection": "1.0.0", "info": { "name": "Github Codes Of Conduct API", "version": "1.1.4" }, "items": [ { "info": { "name": "Codes-Of-Conduct", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get All Codes of Conduct", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/codes_of_conduct" }, "docs": "Returns array of all GitHub's codes of conduct." }, { "info": { "name": "GitHub Get a Code of Conduct", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/codes_of_conduct/:key", "params": [ { "name": "key", "value": "example_value", "type": "path" } ] }, "docs": "Returns information about the specified GitHub code of conduct." } ] } ], "bundled": true }