An API object
APIObject
Creates an instance of APIObject.
new APIObject( 'users', { path: 'haydennyyy' } ); // https://api.github.com/users/haydennyyy
The base path
The configuration for the API object
Makes a request to the GitHub API
The URI to request on
Gets the raw JSON from the API.
{Promise}
Generated using TypeDoc
An API object
APIObject