augur
augur copied to clipboard
Create and Enpoint to Provide list of USER DEFINED repo Groups and Repos in them
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.
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.
I'm going to label this as a docs issue, since these endpoints aren't listed in the rest API description.
@Ulincsys : Do you think you will be able to get to the docs, or share them with me and I can addthem?
I had previously talked to Troy about tackling this, and I think he's in the process of doing so