@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

/@octokit/openapi/

    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