Skip to content

Link to crates.io OpenAPI description in docs #11715

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/templates/data-access.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
crates.io provides an API that is a superset of the functionality required by
the
<a href="https://doc.rust-lang.org/cargo/reference/registry-web-api.html">Cargo Web API</a>.
An
<a href="https://blog.rust-lang.org/2025/02/05/crates-io-development-update/#openapi-description">experimental</a>
OpenAPI description is available at
<a href="https://crates.io/api/openapi.json">https://crates.io/api/openapi.json</a>.
Should you be unable to use one of the previous options, you are welcome to
use the crates.io API provided you abide by the following limits:
</p>
Expand Down
Loading