rest-api-description

An OpenAPI description for GitHub's REST API

MIT License

Stars
1.3K
Committers
13

Bot releases are hidden (Show)

rest-api-description - v2.0.0

Published by timrogers about 2 years ago

This release adds new, separates OpenAPI bundles for GitHub Enterprise Cloud (GHEC), with a normal and dereferenced version.

These bundled OpenAPI specifications will include all API operations available for GHEC customers on api.github.com, including GHEC-exclusive API operations and operations available to Free, Pro and Teams customers.

BREAKING CHANGE: Any API operations only available to GitHub Enterprise Cloud (GHEC) customers will no longer appear in the api.github.com OpenAPI specifications. These will only appear in the new GHEC-specific (ghec) OpenAPI specifications.

rest-api-description - v1.1.4

Published by ahoglund almost 3 years ago

This is the first GA release of the OpenAPI description, conforming to the 3.0.1 specification. 🎉

What's Changed

  • Added multiple new endpoints, including codespaces.
  • Added new fields to existing responses as they've been introduced in the API.
  • Remove false nullables
  • Updated operation summary and descriptions
  • Much more...

Full Changelog: https://github.com/github/rest-api-description/compare/v1.1.3...v1.1.4