Replies: 1 comment 1 reply
-
you mean something like https://crates.io/api/v1/crates?user_id=3618? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'd like to request a feature that allows users to search for crates on crates.io by author (e.g., GitHub username or crates.io username).
Motivation
Currently, crates.io allows searching by crate name, keywords, and other metadata, but there is no way to search for all crates published by a specific author. This functionality would be very useful for:
Proposed Solution
A new API endpoint, something like:
GET https://crates.io/api/v1/users/{username}/crates
This endpoint would return a list of all crates published by the specified user. The feature could also be integrated into the search functionality on the crates.io website.
Additional Context
I've been working on a tool that fetches crates by author, but I've found that the current public API does not support this use case. Implementing this feature natively on crates.io would benefit many in the Rust community.
Thank you for considering this request!
Best regards,
Ben Santora (bensatlantik)
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions