File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The generated crate is manually published to the public Rust crate registry ([cr
3737Most of ` azure_devops_rust_api ` is auto-generated from the OpenAPI spec and provides thin wrappers
3838around the Azure DevOps REST API endpoints. The ` artifacts_download ` module is different: it is a
3939hand-written, higher-level module that implements the full protocol for downloading
40- [ Universal Packages] ( https://docs .microsoft.com/en-us/azure/devops/artifacts/universal-packages /universal-packages-overview )
40+ [ Universal Packages] ( https://learn .microsoft.com/en-us/azure/devops/artifacts/quickstarts /universal-packages?view=azure-devops )
4141from Azure Artifacts.
4242
4343It handles the entire download flow — service URL discovery, package metadata retrieval, blob URL
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ See the `[features]` section of [Cargo.toml](Cargo.toml) for the complete list.
140140## Artifact downloads
141141
142142In addition to the auto-generated REST API wrappers, the crate includes a higher-level
143- ` artifacts_download ` module for downloading [ Universal Packages] ( https://learn.microsoft.com/en-us/azure/devops/artifacts/universal-packages /universal-packages-overview )
143+ ` artifacts_download ` module for downloading [ Universal Packages] ( https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts /universal-packages?view=azure-devops )
144144from Azure Artifacts.
145145
146146Unlike the other modules, ` artifacts_download ` is not a thin wrapper around a single REST
You can’t perform that action at this time.
0 commit comments