Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see "About GitHub's IP addresses."
Note: The IP addresses shown in the documentation's response are only example values. You must always query the API directly to get the latest list of IP addresses.
octokit.meta.get();
This endpoint has no parameters
See also: GitHub Developer Guide documentation.
Get the octocat as ASCII art
octokit.meta.getOctocat();
name | required | description |
---|---|---|
s | no | The words to show in Octocat's speech bubble |
See also: GitHub Developer Guide documentation.
Get a random sentence from the Zen of GitHub
octokit.meta.getZen();
This endpoint has no parameters
See also: GitHub Developer Guide documentation.
Get Hypermedia links to resources accessible in GitHub's REST API
octokit.meta.root();
This endpoint has no parameters
See also: GitHub Developer Guide documentation.