libraries.io
libraries.io copied to clipboard
Enhancement request: provide a `sort` parameter in Project Dependents API
Enhancements and Features
- [x] Check that the enhancement is not already in our issue tracker, they should be labelled 'enhancement'.,
- [x] For large feature requests, check that your request aligns with our strategy http://docs.libraries.io/strategy.
Hello, I think your project is awesome, and I feel very comfortable in using it! But I think there are some APIs that can be slightly enhanced.
When I used the Project Dependents API, I found that it did not provide a sort parameter like the Project Search API.
I think users who use the Project Dependents API generally want to find the application scenarios and Maintenance situation of a certain package . Therefore, I think the following enhancements can be made:
- provide a
sortparameter, one ofrank,stars,latest_stable_release_published_at(like the Project Search API)