mittwald/goharbor-client

Methods to get Helm Charts information

eduartua opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
I can't see a method to get all charts data in repositories. If I get a repository and list artifacts in it, then I cannot see the ones that are type Chart, only type IMAGE.
Is the chartrepo a different domain?

Describe the solution you'd like
Methods associated with Helm Charts info. Something like ListAllCharts GetChart

Additional context
I can see that there are two types in Models which are ChartMedata and ChartVersion but I don't see any method associated with them.