{ "opencollection": "1.0.0", "info": { "name": "github-repos-api Languages API", "version": "1.1.4" }, "items": [ { "info": { "name": "Languages", "type": "folder" }, "items": [ { "info": { "name": "GitHub List Repository Languages", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/repos/:owner/:repo/languages", "headers": [ { "name": "Authorization", "value": "example_value" }, { "name": "X-GitHub-Api-Version", "value": "example_value" }, { "name": "Accept", "value": "example_value" } ], "params": [ { "name": "owner", "value": "", "type": "path", "description": "The account owner of the repository. The name is not case sensitive." }, { "name": "repo", "value": "", "type": "path", "description": "The name of the repository without the `.git` extension. The name is not case sensitive." } ] }, "docs": "Lists languages for the specified repository. The value shown for each language is the number of bytes of code written in that language." } ] } ], "bundled": true }