github3.py icon indicating copy to clipboard operation
github3.py copied to clipboard

API Deprecations

Open sigmavirus24 opened this issue 5 years ago • 2 comments

https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

sigmavirus24 avatar Feb 09 '20 10:02 sigmavirus24

There is a query parameter deprecation issue with check_authorization. https://github.com/sigmavirus24/github3.py/blob/70835a65402bfe95cb3b3a875221e613c654f45b/src/github3/github.py#L523

corbinSanders avatar Apr 14 '20 18:04 corbinSanders

As you might be aware, the https://api.github.com/authorizations now no longer works. I was using this API to generate access tokens dynamically, but I guess I'll now need to generate those out-of-band.

bboe avatar Dec 28 '20 21:12 bboe