我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问英文文档。如果此页面上的翻译有问题,请告诉我们

表情符号

Did this doc help you?

Get emojis

Lists all the emojis available to use on GitHub.

get /emojis

参数

Name Type In Description
accept string header

Setting to application/vnd.github.v3+json is recommended

代码示例

Shell
curl \
  -H "Accept: application/vnd.github.v3+json" \
  https://api.github.com/emojis
JavaScript (@octokit/core.js)
await octokit.request('GET /emojis')

Response

Status: 200 OK

Notes


Did this doc help you?