How to list repositories?
Closed this issue · 3 comments
JorenZ commented
Describe your request
I would like to list Harbor repositories using the Harbor client.
I could not find how to do this:
- the endpoint gets scraped:
ListRepositories
functions callingGET /projects/{project_name}/repositories
exist in the code.apiv2.internal.api.client.repository.Client.ListRepositories
exists but you cannot access this from outside the package, I think?
(This issue is identical to #99 except it concerns a different endpoint.)
fnxpt commented
+1 for this, I also don't see any way to get the tags, it would be nice to have an overall of what's currently implemented
elenz97 commented
janosmiko commented
+1 for this