microsoft / microsoft/OSSGadget
Add support for https://artifacthub.io/
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 371
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
We should think about adding support for Artifact Hub:
API docs: https://artifacthub.io/docs/api/
Example URL: https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx
$ curl -s 'https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx' | jq -r .content_url
https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.11.2/ingress-nginx-4.11.2.tgz
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Artifact Hub API documentation and the example curl request for the Helm package endpoint. Determine the existing OSSGadget entry point for package-source support and define the expected behavior for Artifact Hub URLs, including resolving the package's content_url; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, helm
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100