Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "x-octokit": { "diff": { ... } } to keep track of differences between versions #153

Open
gr2m opened this issue Aug 30, 2021 · 0 comments
Labels
Type: Feature New feature or request
Projects

Comments

@gr2m
Copy link
Contributor

gr2m commented Aug 30, 2021

Part of octokit/octokit-next.js#15

update all the generated ghes-3.0.json (etc) OpenAPI files to include a "diff" key in "x-octokit": {}. The "diff" object is only present if there are any changes. All ghes-* versions other than the latest one should include a diff to the next GHES version, the rest should have a diff to github.com. Example:

{
  "diff": {
    "github.com": {
      "type": "added" // "added" | "removed" | "changed"
    }
  }
}
@gr2m gr2m added the Type: Feature New feature or request label Aug 30, 2021
@ghost ghost added this to Features in JS Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
No open projects
JS
  
Features
Development

No branches or pull requests

1 participant