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
I'm trying to use GitHub3.py to find the number of total issues in a repository. For that, I want to use the Search API to search for the issues in a particular repository.
I'm trying to use GitHub3.py to find the number of total issues in a repository. For that, I want to use the Search API to search for the issues in a particular repository.
For example, with the raw GitHub API, I can request https://api.github.com/search/issues?q=repo%3Asigmavirus24/github3.py and then get the total issues count in "total_count" key.
However, the following code snippet gives me zero:
The text was updated successfully, but these errors were encountered: