Get emojis
Lists all the emojis available to use on GitHub Enterprise.
get /emojisParámetros
| Name | Type | In | Description | 
|---|---|---|---|
| accept | string | header | Setting to  | 
Ejemplos de código
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