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

/repositories? #157

Closed
bamos opened this issue Feb 26, 2015 · 5 comments
Closed

/repositories? #157

bamos opened this issue Feb 26, 2015 · 5 comments

Comments

@bamos
Copy link

bamos commented Feb 26, 2015

Hi, sorry if I'm overlooking something in the Javadoc or source,
but is the /repositories feature of the github API supported?

https://developer.github.com/v3/repos/#list-all-public-repositories

@suryagaddipati
Copy link
Collaborator

I am not sure if this is currently supported. I might be wrong though.

@acollign
Copy link
Contributor

Hi Bamos,

This method [1] gives you all repositories a user owns (public and private).

Hope that helps,

[1] org.kohsuke.github.GHPerson#listRepositories()

Alex

@suryagaddipati
Copy link
Collaborator

@acollign I think @bamos is not looking for a particular user's repos.

@acollign
Copy link
Contributor

You're absolutely right. Then it isn't supported yet but it looks quite easy to implement.

kohsuke added a commit that referenced this issue Mar 21, 2015
@kohsuke
Copy link
Collaborator

kohsuke commented Mar 21, 2015

Done

@kohsuke kohsuke closed this as completed Mar 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants