ドキュメントには頻繁に更新が加えられ、その都度公開されています。本ページの翻訳はまだ未完成な部分があることをご了承ください。最新の情報については、英語のドキュメンテーションをご参照ください。本ページの翻訳に問題がある場合はこちらまでご連絡ください。

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2020-11-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの改善、新機能のためには、最新バージョンのGitHub Enterpriseにアップグレードしてください。 アップグレードに関する支援については、GitHub Enterprise supportに連絡してください。

OpenAPI description

The GitHub Enterprise Server REST API is fully described in an OpenAPI 3.0 compliant document.

ここには以下の内容があります:

About OpenAPI descriptions

OpenAPI is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. GitHub has made its REST API publicly available as an OpenAPI 3.0 compliant document.

Getting the GitHub OpenAPI description

You can find the description in the open source REST API OpenAPI Description repository.

We provide the description in two formats. The bundled version works for most cases, as it includes OpenAPI components for reuse and readability. If your tooling does not support inline references to components, we also provide a fully dereferenced version.

Using the GitHub OpenAPI description

There are many uses for an OpenAPI description. たとえば、次のような方法を使用します。

  • Generate your own API client.
  • Validate and test a GitHub REST API integration.
  • Explore and interact with the GitHub Enterprise Server REST API using third-party tools, such as Insomnia or Postman.

For example, GitHub uses the REST OpenAPI description to generate the GitHub Enterprise Server REST API reference documentation.