Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

List repos for a user or organization #13

Open
gnorsilva opened this issue Jun 13, 2013 · 4 comments
Open

List repos for a user or organization #13

gnorsilva opened this issue Jun 13, 2013 · 4 comments

Comments

@gnorsilva
Copy link

You can currently get a repo's details, but that assumes you know what repos are available in an organisation. I'd like to see a way to get a list of all the repos available for a user/org.

mloza added a commit to mloza/spring-social-github that referenced this issue Feb 25, 2016
Get organization details
Get organization repositories
Get user repositories

Issue link spring-attic#13
Fixes spring-atticgh-13
@ghost
Copy link

ghost commented Feb 26, 2016

Well, we can get list of all the public repos for a user:
curl -H "Authorization: token {token_id}" https://api.github.com/users/{user_name}/repos
Correct me if I am wrong!

@mloza
Copy link

mloza commented Feb 26, 2016

Yes, but this issue is about lack of support this in spring-social-github library, and my pull request is solving it.

@alighm
Copy link

alighm commented Jan 13, 2018

Why hasn't this been merged yet??!!!

@michalloza
Copy link

I think repo maintainer abandoned this, the last commit is from 2 years ago 😢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants