You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any documentation for the crates.io API currently? If so, then would it be possible to link to it on crates.io? (both where it is mentioned on the homepage and maybe in the docs dropdown)
A super brief form of documentation could even be added in the form of a descriptive JSON response to the base api/v1/ endpoint like Github's page at https://api.github.com/
The text was updated successfully, but these errors were encountered:
Thanks @carols10cents! I don't know how I missed those first two issues. This issue can probably be closed now as it adds little else to the conversation, but I'll leave that to your discretion.
Is there any documentation for the crates.io API currently? If so, then would it be possible to link to it on crates.io? (both where it is mentioned on the homepage and maybe in the docs dropdown)
If there isn't any documentation currently, then it might fit best in the documentation of krate.rs. https://docs.rs/cargo-registry/0.2.1/src/cargo_registry/krate.rs.html#550-570 mentions GET /crates route, and could easily include information such as parameters.
A super brief form of documentation could even be added in the form of a descriptive JSON response to the base api/v1/ endpoint like Github's page at https://api.github.com/
The text was updated successfully, but these errors were encountered: