shields
shields copied to clipboard
Add [CratesUserDownloads] service and tester
This pull request adds the CratesUserDownloads
service and tester files.
The CratesUserDownloads
service fetches data from the crates.io API to show the total downloads for a user.
It also includes tests for the service.
Added BaseCratesUserService
for api route for users.
Solves #10614.