We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a user enters a crate into oss-directory, we should validate ownership first in our GitHub app.
We can either use the Crates API here https://doc.rust-lang.org/cargo/reference/registry-web-api.html#owners
Or if we need to, we can use a database dump in our BQ #2380
The text was updated successfully, but these errors were encountered:
FYI, the API is rate limited to 1 request per second https://crates.io/data-access
They aggressively block if you abuse
Sorry, something went wrong.
No branches or pull requests
What is it?
If a user enters a crate into oss-directory, we should validate ownership first in our GitHub app.
We can either use the Crates API here
https://doc.rust-lang.org/cargo/reference/registry-web-api.html#owners
Or if we need to, we can use a database dump in our BQ #2380
The text was updated successfully, but these errors were encountered: