Get emojis
Lists all the emojis available to use on GitHub Enterprise.
get /emojis
Parameters
Name | Type | In | Description |
---|---|---|---|
accept |
string | header |
Setting to |
Code samples
Shell
curl \
-H "Accept: application/vnd.github.v3+json" \
https://{hostname}/emojis
JavaScript (@octokit/core.js)
await octokit.request('GET /emojis')
Response
Status: 200 OK