Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 714 Bytes

File metadata and controls

23 lines (16 loc) · 714 Bytes
name example route scope type
Get GitHub meta information
octokit.meta.get()
GET /meta
meta
API method

Get GitHub meta information

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();

Parameters

This endpoint has no parameters

See also: GitHub Developer Guide documentation.