rust-lang / crates.io

The Rust package registry
https://crates.io
Apache License 2.0
2.86k stars 585 forks source link

Expose `versions.links` column on the API #8945

Open Turbo87 opened 1 week ago

Turbo87 commented 1 week ago

Resolves https://github.com/rust-lang/crates.io/issues/2685 by adding a lib_links field to the version API responses. This field corresponds to the versions.links database column and the links field in the index.

As mentioned in the linked issue the name links is unfortunately already taken and changing the content would be a breaking change, which we are trying to avoid.