Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The generated crate is manually published to the public Rust crate registry ([cr
Most of `azure_devops_rust_api` is auto-generated from the OpenAPI spec and provides thin wrappers
around the Azure DevOps REST API endpoints. The `artifacts_download` module is different: it is a
hand-written, higher-level module that implements the full protocol for downloading
[Universal Packages](https://docs.microsoft.com/en-us/azure/devops/artifacts/universal-packages/universal-packages-overview)
[Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts/universal-packages?view=azure-devops)
from Azure Artifacts.

It handles the entire download flow — service URL discovery, package metadata retrieval, blob URL
Expand Down
2 changes: 1 addition & 1 deletion azure_devops_rust_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ See the `[features]` section of [Cargo.toml](Cargo.toml) for the complete list.
## Artifact downloads

In addition to the auto-generated REST API wrappers, the crate includes a higher-level
`artifacts_download` module for downloading [Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/universal-packages/universal-packages-overview)
`artifacts_download` module for downloading [Universal Packages](https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts/universal-packages?view=azure-devops)
from Azure Artifacts.

Unlike the other modules, `artifacts_download` is not a thin wrapper around a single REST
Expand Down
Loading