go-gogs-client icon indicating copy to clipboard operation
go-gogs-client copied to clipboard

API to List organization repositories

Open kmadel opened this issue 8 years ago • 3 comments

Similar to GitHub:

List repositories for the specified org.

GET /orgs/:org/repos

This would make it easier to interact with repositories specific to a given organization.

kmadel avatar Jul 31 '16 15:07 kmadel

This would be much appreciated!

FireDrunk avatar Aug 05 '16 07:08 FireDrunk

See Add support to list repos by org and user #45 - please comment if that doesn't provide the support others are looking for...

kmadel avatar Aug 28 '16 12:08 kmadel

I think this issue can be closed, because #45 is merged already.

/users/:username/repos is a little counter-intuitive for me, because it returns not only the projects under a user namespace, but also all the projects created by that user.

xmik avatar May 02 '17 16:05 xmik