rest-api-description

An OpenAPI description for GitHub's REST API

MIT License

Stars
1.3K
Committers
13

Bot releases are visible (Hide)

rest-api-description - v2.1.0 Latest Release

Published by github-actions[bot] almost 2 years ago

This release adds webhooks to our description!

In the 3.0.1 (./descriptions) version the webhooks are located at the top-level x-webhooks extension.

In the 3.1.0 version (./descriptions-next), which supports webhooks as an attribute on the OpenApi Object, they are located under webhooks.

Full Changelog: https://github.com/github/rest-api-description/compare/v2.0.0...v2.1.0

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

rest-api-description - v1.1.3

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.1.2

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.1.1

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.1.0

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.0.0

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.0.0-rc.4

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.0.0-rc.3

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.0.0-rc.2

Published by github-actions[bot] about 4 years ago

rest-api-description - v1.0.0-rc.1

Published by github-actions[bot] about 4 years ago

This is a release candidate for v1.0.0 of our OpenAPI descriptions. This release includes the following changes:

rest-api-description - v0.0.6

Published by github-actions[bot] about 4 years ago

Cosmetic Changes

  • Paths are now ordered alphabetically
  • Request methods are ordered consistently

Bug Fixes

  • Add missing path parameter to suspend user operation (#30)
  • Fixes nullability issue with create-gist requestBody schema (#29)
  • Fixes incorrect required key on event schema (#27)
rest-api-description - v0.0.4

Published by github-actions[bot] about 4 years ago

  • Adds a {protocol} server variable for GHES versions
  • Removes the name requestBody parameter on the issues/update-label operation
  • Fixes termsOfService and license top-level properties
rest-api-description - v0.0.3

Published by github-actions[bot] about 4 years ago

  • Fixes a few examples that were using a generic "string" value
  • Fixes the info.version property on descriptions which stayed at 0.0.1 in the last release. Now at 0.0.3. Note that this is the document version, not the GitHub API version!
rest-api-description - v0.0.2

Published by github-actions[bot] about 4 years ago

  • Fixes issues in the YAML description around multi line strings
  • Fixed invalid default property on the actions/create-workflow-dispatch operation.
rest-api-description - v0.0.1

Published by github-actions[bot] about 4 years ago