We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
total_private_repos
Per the documentation for GitHub Users (and Orgs) (https://developer.github.com/v3/users/), the total number of private repos can be read.
... "public_repos": 2, "public_gists": 1, "followers": 20, "following": 0, "total_private_repos": 100, ...
We have a use case where we'd like to read this field using github-api
github-api
The text was updated successfully, but these errors were encountered:
[hub4j#690]Implement the ability to read total_private_repos for GH…
c43d82c
…Person
[hub4j#690]Fix formatting
23f79b0
750501e
ed69dfb
84dd06d
No branches or pull requests
Per the documentation for GitHub Users (and Orgs) (https://developer.github.com/v3/users/), the total number of private repos can be read.
We have a use case where we'd like to read this field using
github-api
The text was updated successfully, but these errors were encountered: