-
Notifications
You must be signed in to change notification settings - Fork 134
Add Package Search API Endpoint (Similar to npm Registry) #1095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For package that contain curl "https://api.jsr.io/packages?query=test" for pagination/limit you have:
if you wanna the openapi file go on https://api.jsr.io/.well-known/openapi And if you are curious here the api endpoint source: Lines 199 to 229 in cfef9ed
|
wow .. why isnt this documented in the jsr API docs? |
Jsr doc is oriented to "package" maintainer and user not for package manager maintainers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be very useful to have an API endpoint that allows searching for packages in the JSR registry, similar to the functionality provided by the npm registry (e.g.,
https://registry.npmjs.org/-/v1/search
). This would enable developers and tools to programmatically discover packages based on keywords, descriptions, or other metadata. and build useful tools around it.Use cases include:
If possible, it would be great to support:
Thanks for the great work on JSR—looking forward to seeing this feature considered!
The text was updated successfully, but these errors were encountered: