{ "opencollection": "1.0.0", "info": { "name": "Github Meta API", "version": "1.1.4" }, "items": [ { "info": { "name": "Meta", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Github Enterprise Server Meta Information", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/meta" }, "docs": "The GitHub Meta API's GET /meta endpoint retrieves essential metadata and configuration information about a GitHub Enterprise Server instance. This operation provides details such as IP address ranges used by GitHub services, supported SSH key fingerprints, webhook IP addresses, and other infrastructure-related information that is useful for network configuration, firewall rules, and security policies. The endpoint requires no authentication and returns data in JSON format, making it a straightf" }, { "info": { "name": "GitHub API Root", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/" }, "docs": "Get Hypermedia links to resources accessible in GitHub's REST API" }, { "info": { "name": "GitHub Get Octocat", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/octocat", "params": [ { "name": "s", "value": "example_value", "type": "query", "description": "The words to show in Octocat's speech bubble" } ] }, "docs": "Get the octocat as ASCII art" }, { "info": { "name": "GitHub Get the Zen of GitHub", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/zen" }, "docs": "Get a random sentence from the Zen of GitHub" } ] } ], "bundled": true }