progit / progit2

Pro Git 2nd Edition
Other
5.88k stars 1.93k forks source link

GitHub-Scripting-GitHub now outdated / GitHub deprecating Services #1050

Open glenjarvis opened 6 years ago

glenjarvis commented 6 years ago

GitHub is deprecating Services according to this link: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

This is shown in the Services section of a current GitHub repo:

Note: GitHub Services are being deprecated. Please contact your integrator for more information on how to migrate or replace a service to webhooks or GitHub Apps.

It looks like they have a deprecation timeline as follows:

Deprecation timeline

The following is currently what I see on https://developer.github.com/changes/2018-04-25-github-services-deprecation/

ben commented 6 years ago

Yeah, we should probably revisit this section and include the concept of apps.

glenjarvis commented 6 years ago

@ben If I have some extra time and if I had some general guidelines on how you'd tackle this page, I may be able to do a basic PR for this.

ben commented 6 years ago

I'd love to give you credit for the update! I think probably just replacing the section on services with one that covers both GitHub apps and OAuth apps (long form here, we'd probably want a shorter summary). Feel free to open a PR with just an outline, and we I can give you feedback as you go along.