8.2.1 • Published 17 days ago

@octokit/openapi-webhooks v8.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
17 days ago

openapi

GitHub's official Webhooks OpenAPI spec with Octokit extensions

@latest

Amends webhooks 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-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

  1. Install Octokit Release Notifier app
  2. 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

MIT

8.2.1

17 days ago

8.2.0

20 days ago

8.1.1

29 days ago

8.1.0

1 month ago

8.0.0

1 month ago

7.1.0

1 month ago

7.0.0

1 month ago

6.4.0

1 month ago

6.3.0

2 months ago

6.2.0

2 months ago

6.1.0

2 months ago

6.0.2

3 months ago

6.0.1

3 months ago

6.0.0

3 months ago

5.3.2

3 months ago