-
Notifications
You must be signed in to change notification settings - Fork 42
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
scrape and export GitHub Enterprise versions of webhooks #25
Comments
Prior art from octokit/routes: https://github.com/octokit/routes/blob/master/bin/octokit-rest-routes.js#L11-L15 # load all enterprise versions
$ bin/octkit-rest-routes.js --ghe
# load specific version
$ bin/octkit-rest-routes.js --ghe=2.20 |
I plan to work on this next week. cc @chiedo Dev Effort estimate: Small |
Note: This page recently moved to https://developer.github.com/webhooks/event-payloads/ See https://github.com/github/internal-developer.github.com/pull/6352 |
I'll take care of moving to the new page |
Update: I will not be working on this issue this week after all. We are initially going to migrate the https://developer.github.com/webhooks/event-payloads/ page to the help.github.com as-is, and we will revisit the effort to scrape this content into a structured format at a later date. |
I've got payload examples and the cache set up for enterprise versions. Is there a way to get access to instances of GHES so we can get more payload examples? How should the schemas be created for the versions? Do we re-use the ones for |
I'm looking into it Update Jun 4: still waiting for a response |
🎉 This issue has been resolved in version 3.76.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
https://developer.github.com/enterprise/<GHE version>/v3/activity/events/types/
,e.g. https://developer.github.com/enterprise/2.16/v3/activity/events/types/
The text was updated successfully, but these errors were encountered: