API: support search by repo URL
See original GitHub issueI see that /repositories/search
takes a name
but not a url
. Is it possible to search by URL to locate a repository and its metadata?
For example:
- I have
https://charts.bitnami.com/bitnami
as URL - I want to be able to
/repositories/search
withurl=https://charts.bitnami.com/bitnami
and see in result that the repo isbitnami
- and then execute
/packages/helm/bitnami/keycloak
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Search API - GitLab Docs
Documentation for GitLab Community Edition, GitLab Enterprise Edition, Omnibus GitLab, and GitLab Runner.
Read more >Search API - Sonatype Help
The Search API facilitates searching for components and assets in addition to downloading a specific asset. Endpoints. Search Components. GET / ...
Read more >GitHub Search API: An Introduction With Examples - Fusebit
Repository using repository_search_url; Topic using topic_search_url; User using user_search_url. Notice how each of the URLs follows a similar ...
Read more >REST API - The Central Repository Documentation
These URLs allow you to access the search functionality of the Central Repository from any non-browser user agent. Note that the "wt" param-...
Read more >Search | GitHub API - LFE Documentation
The Search API is optimized to help you find the specific item you're looking for (e.g., a specific user, a specific file in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nice, here’s what I put together (could also just pipe curl to jq):
Maybe the endpoint below can be of help 🙂
https://artifacthub.io/docs/api/#/Integrations/getHelmExporterDump
It was created for a tool with a similar purpose actually. It’ll give you a short summary of all repositories, that includes the url for a fast local lookup.
Hope it helps.