augur icon indicating copy to clipboard operation
augur copied to clipboard

Create and Enpoint to Provide list of USER DEFINED repo Groups and Repos in them

Open sgoggins opened this issue 1 year ago • 4 comments

When users define groups, allow them to access a list of those groups, and the repositories in them using a repository and an API Key.

sgoggins avatar Oct 25 '23 18:10 sgoggins

We have user repo group endpoints already defined at:

"/{AUGUR_API_VERSION}/user/groups/names"
"/{AUGUR_API_VERSION}/user/group/repos/"

These endpoints are defined in api/routes/user.py, and are authenticated using the Augur Oath flow.

Ulincsys avatar Oct 25 '23 20:10 Ulincsys

I'm going to label this as a docs issue, since these endpoints aren't listed in the rest API description.

Ulincsys avatar Oct 30 '23 22:10 Ulincsys

@Ulincsys : Do you think you will be able to get to the docs, or share them with me and I can addthem?

sgoggins avatar Nov 30 '23 18:11 sgoggins

I had previously talked to Troy about tackling this, and I think he's in the process of doing so

Ulincsys avatar Dec 01 '23 21:12 Ulincsys