API for listing organizations/repoes in multitenant mode
Open
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 407
- PR merge metrics
- No merged PRs in 30d
Description
I would like to implement a version of ChartMuseumUI that allows the user to browse trough organizations and repoes to list the charts.
For this I need an API endpoint that lists which organizatinos are created in ChartMusen.
An option would be to register an endpoint on 'http://localhost:8080/api/' that returns a list of orgs and repos (dependent on the depth set in the chartmuseum config)
GET http://localhost:8080/api/
org1/repoa/charts
org1/repob/charts
org2/repo1/charts
As JSON of cause.. ;)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.