{ "opencollection": "1.0.0", "info": { "name": "Hex.pm API Keys Repositories API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "List all Repositories", "type": "http" }, "http": { "method": "GET", "url": "https://hex.pm/api/repos", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results. Starts at 1." } ] }, "docs": "Returns a list of all available Hex repositories." }, { "info": { "name": "Fetch a Repository", "type": "http" }, "http": { "method": "GET", "url": "https://hex.pm/api/repos/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Organization name." } ] }, "docs": "Returns information about a specific repository." } ] } ], "bundled": true }