User/org repository listing API #167

Closed
opened 2025-11-02 03:11:56 -06:00 by GiteaMirror · 10 comments
Owner

Originally created by @pyhedgehog on GitHub (Dec 27, 2016).

Right now gogs and gitea has implemented GET /api/v1/user/repos.
Please implement also those two:


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Originally created by @pyhedgehog on GitHub (Dec 27, 2016). Right now gogs and gitea has implemented [`GET /api/v1/user/repos`](https://developer.github.com/v3/repos/#list-your-repositories). Please implement also those two: - [x] [`GET /api/v1/users/:username/repos`](https://developer.github.com/v3/repos/#list-user-repositories) - [x] [`GET /api/v1/orgs/:org/repos`](https://developer.github.com/v3/repos/#list-organization-repositories) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40412404-user-org-repository-listing-api?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github). </bountysource-plugin>
GiteaMirror added the type/featuretype/enhancementmodifies/api labels 2025-11-02 03:11:56 -06:00
Author
Owner

@bkcsoft commented on GitHub (Dec 29, 2016):

Just mentioning #64 to keep track of API-related issues :)

@bkcsoft commented on GitHub (Dec 29, 2016): Just mentioning #64 to keep track of API-related issues :)
Author
Owner

@bkcsoft commented on GitHub (Dec 29, 2016):

@lunny @tboerger maybe have a kind/api? we already have a kind/ui 😉

@bkcsoft commented on GitHub (Dec 29, 2016): @lunny @tboerger maybe have a `kind/api`? we already have a `kind/ui` 😉
Author
Owner

@lunny commented on GitHub (Dec 30, 2016):

Yes, I just want to say

@lunny commented on GitHub (Dec 30, 2016): Yes, I just want to say
Author
Owner

@tboerger commented on GitHub (Jan 16, 2017):

@lunny @tboerger maybe have a kind/api? we already have a kind/ui 😉

Please document ALL labels on the infra docs :(

@tboerger commented on GitHub (Jan 16, 2017): > @lunny @tboerger maybe have a kind/api? we already have a kind/ui 😉 Please document ALL labels on the infra docs :(
Author
Owner

@lunny commented on GitHub (Feb 27, 2017):

It seems this could be closed?

@lunny commented on GitHub (Feb 27, 2017): It seems this could be closed?
Author
Owner

@awwalker commented on GitHub (Feb 27, 2017):

Oh before I did /users/:username/repos the /orgs/:org/repos wasn't checked...does this mean it was added already? I didn't support it in my PR...

@awwalker commented on GitHub (Feb 27, 2017): Oh before I did /users/:username/repos the /orgs/:org/repos wasn't checked...does this mean it was added already? I didn't support it in my PR...
Author
Owner

@lunny commented on GitHub (Feb 27, 2017):

sorry, you are right. /orgs/:org/repos didn't be implmented.

@lunny commented on GitHub (Feb 27, 2017): sorry, you are right. /orgs/:org/repos didn't be implmented.
Author
Owner

@awwalker commented on GitHub (Feb 27, 2017):

Thats ok I think I'll have time later this week to get it done if no one else is working on it...

@awwalker commented on GitHub (Feb 27, 2017): Thats ok I think I'll have time later this week to get it done if no one else is working on it...
Author
Owner

@lunny commented on GitHub (Apr 19, 2017):

@awwalker any news?

@lunny commented on GitHub (Apr 19, 2017): @awwalker any news?
Author
Owner

@awwalker commented on GitHub (Apr 25, 2017):

@lunny School has been crazy recently but I can try and get this done this week/end.

@awwalker commented on GitHub (Apr 25, 2017): @lunny School has been crazy recently but I can try and get this done this week/end.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#167