Requires
- module:ofetch
- module:dotenv
Methods
(async, static) getGist(id) → {Object}
This function returns a Gist object from the GitHub API for a given gist id
Parameters:
Name | Type | Description |
---|---|---|
id | string | Gist id |
- Source
Returns:
Gist object
- Type:
- Object