12.0.3 • Published 11 months ago
@octokit/openapi-webhooks v12.0.3
openapi
GitHub's official Webhooks OpenAPI spec with Octokit extensions
Amends webhooks from GitHub's official OpenAPI specification with an x-octokit extension that includes the following keys
changes: see change files in changes/
Download
Download from https://unpkg.com/browse/@octokit/openapi-webhooks/generated/
Node Usage
const { schemas } = require("@octokit/openapi-webhooks");
const version = schemas["api.github.com"].info.version;
const paths = Object.keys(schemas["api.github.com"].paths).sort();GitHub Actions usage
- Install Octokit Release Notifier app
- Create a new workflow file:
name: Update OpenAPI
on:
repository_dispatch:
types: [octokit/openapi-webhooks release]
jobs:
published:
runs-on: ubuntu-latest
steps:
- run: "echo: 'new release: ${{ github.event.release.tag_name }}'"Contributing
See CONTRIBUTING.md
License
10.0.0
1 year ago
10.1.0
1 year ago
10.0.1
1 year ago
10.1.1
1 year ago
10.3.0
1 year ago
10.4.0
1 year ago
8.5.0
1 year ago
8.4.1
1 year ago
8.4.0
1 year ago
8.5.1
1 year ago
12.0.3
11 months ago
12.0.0
11 months ago
12.0.1
11 months ago
12.0.2
11 months ago
9.1.0
1 year ago
9.0.1
1 year ago
9.0.0
1 year ago
11.0.0
1 year ago
8.3.0
2 years ago
8.2.1
2 years ago
8.2.0
2 years ago
8.1.1
2 years ago
8.1.0
2 years ago
8.0.0
2 years ago
7.1.0
2 years ago
7.0.0
2 years ago
6.4.0
2 years ago
6.3.0
2 years ago
6.2.0
2 years ago
6.1.0
2 years ago
6.0.2
2 years ago
6.0.1
2 years ago
6.0.0
2 years ago
5.3.2
2 years ago