Skip to content
New issue

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

Read total_private_repos for GHUsers #690

Closed
Sage-Pierce opened this issue Jan 31, 2020 · 0 comments
Closed

Read total_private_repos for GHUsers #690

Sage-Pierce opened this issue Jan 31, 2020 · 0 comments

Comments

@Sage-Pierce
Copy link
Contributor

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

Sage-Pierce pushed a commit to Sage-Pierce/github-api that referenced this issue Jan 31, 2020
Sage-Pierce pushed a commit to Sage-Pierce/github-api that referenced this issue Jan 31, 2020
Sage-Pierce pushed a commit to Sage-Pierce/github-api that referenced this issue Jan 31, 2020
Sage-Pierce pushed a commit to Sage-Pierce/github-api that referenced this issue Jan 31, 2020
Sage-Pierce pushed a commit to Sage-Pierce/github-api that referenced this issue Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants