You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both github3 and pygithub have missing API methods. The ghapi package builds the API client directly from the spec and so is ~always complete. I think we could replace everything with this one package.
The text was updated successfully, but these errors were encountered:
Good find! ghapi looks promising, and we should definitely consider it prospectively. Is there any limitation you are currently facing with the github3/pygithub solution? I feel like the majority of GitHub-related technical debt is already cleared by my series of PRs, and I don't want to invest time in the migration just for the sake of doing it.
Both github3 and pygithub have missing API methods. The ghapi package builds the API client directly from the spec and so is ~always complete. I think we could replace everything with this one package.
The text was updated successfully, but these errors were encountered: