3rd-party-integrations / github-team-sync

Sync GitHub teams to groups in Active Directory, LDAP, Okta, OneLogin or AzureAD when using any authentication method for GitHub.
MIT License
201 stars 67 forks source link

Migrate from github3.py to ghapi #70

Closed primetheus closed 3 years ago

primetheus commented 3 years ago

This app currently uses github3.py for API interactions with GitHub. Since GitHub officially released ghapi, it will be less maintenance and fewer missing features to use this official library in the future

https://ghapi.fast.ai/#How-to-use---Python