@octokit/openapi

17.0.0 • Public • Published

openapi

GitHub's official OpenAPI spec with Octokit extensions

@latest

Amends operations from GitHub's official OpenAPI specification with an x-octokit extension that includes the following keys

Download

Download from https://unpkg.com/browse/@octokit/openapi/generated/

Node Usage

const { schemas } = require("@octokit/openapi");
const version = schemas["api.github.com"].info.version;
const paths = Object.keys(schemas["api.github.com"].paths).sort();

GitHub Actions usage

  1. Install Octokit Release Notifier app
  2. Create a new workflow file:
name: Update OpenAPI
on:
  repository_dispatch:
    types: [octokit/openapi release]

jobs:
  published:
    runs-on: ubuntu-latest
    steps:
      - run: "echo: 'new release: ${{ github.event.release.tag_name }}'"

Contributing

See CONTRIBUTING.md

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.11.00beta
17.0.0
6latest

Version History

VersionDownloads (Last 7 Days)Published
17.0.0
6
16.6.0
103
16.5.0
0
16.4.0
0
16.3.0
0
16.2.0
1
16.1.0
0
16.0.0
0
15.1.0
0
15.0.01
14.1.00
14.0.00
13.3.00
13.2.00
13.1.00
13.0.00
12.1.10
12.1.00
12.0.00
11.2.10
11.2.00
11.1.20
11.1.10
11.1.00
11.0.00
10.0.00
9.0.00
8.0.10
8.0.00
7.14.00
7.13.00
7.12.10
7.12.00
7.11.00
7.10.00
7.9.10
7.9.00
7.8.00
7.7.00
7.6.00
7.5.00
7.4.00
7.3.00
7.2.00
7.1.00
7.0.00
6.8.00
6.7.10
6.7.00
6.6.30
6.6.20
6.6.10
6.6.01
6.5.00
6.4.00
6.3.10
6.3.00
6.2.10
6.2.00
6.1.40
6.1.30
6.1.20
6.1.10
6.1.00
6.0.00
5.13.00
5.12.00
5.11.00
5.10.00
5.9.10
5.9.01
5.8.00
5.7.00
5.6.70
5.6.60
5.6.50
5.6.40
5.6.30
5.6.20
5.6.10
5.6.00
5.5.00
5.4.00
5.3.00
5.2.20
5.2.10
5.2.00
5.1.30
5.1.20
5.1.10
5.1.00
5.0.20
5.0.10
5.0.00
4.2.00
4.1.00
4.0.00
3.10.20
3.10.10
3.10.00
3.9.10
3.9.00
3.8.00
3.7.00
3.6.00
3.5.00
3.4.10
3.4.00
3.3.00
3.2.00
3.1.20
3.1.10
3.1.00
3.0.00
2.25.00
2.24.10
2.24.00
2.23.10
2.23.00
2.22.50
2.22.40
2.22.30
2.22.20
2.22.10
2.22.00
2.21.20
2.21.10
2.21.00
2.20.20
2.20.10
2.20.00
2.19.00
2.18.00
2.17.90
2.17.80
2.17.70
2.17.60
2.17.51
2.17.40
2.17.30
2.17.20
2.17.10
2.17.00
2.16.30
2.16.20
2.16.10
2.16.00
2.15.00
2.14.00
2.13.30
2.13.20
2.13.10
2.13.00
2.12.10
2.12.00
2.11.10
2.11.00
2.10.00
2.9.20
2.9.10
2.9.00
2.8.00
2.7.20
2.7.10
2.7.00
2.6.00
2.5.20
2.5.10
2.5.00
2.4.20
2.4.10
2.4.00
2.3.10
2.3.00
2.2.10
2.2.00
2.1.00
2.0.04
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @octokit/openapi

Weekly Downloads

99

Version

17.0.0

License

MIT

Unpacked Size

439 MB

Total Files

19

Last publish

Collaborators

  • kfcampbell
  • nickfloyd
  • gr2m
  • octokitbot