microsoft / microsoft/azure-devops-python-api
Downloading a specific item from a published build artifact
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 684
- 分支
- 218
- 平均合併
- 8 天 10 小時
- 30 天內合併 PR
- 1
描述
Hi,
Is there a way of downloading a specific item from an artifact resource without having to read the entire artifact contents as a zip file?
I'd like to be able to do something like the following:
artifacts = build_client.get_artifacts(build_id=summary.id, project=project_id)
for artifact in artifacts:
if is_artifact_we_are_interested_in(artifact):
# download desired file from artifact
But I couldn't find any function that would achieve that in this repository, neither in Azure Devops REST API documentation.
Thanks.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
Start with the build_client.get_artifacts(build_id=summary.id, project=project_id) entry point and compare the available artifact operations with the Azure DevOps REST API documentation. Determine whether downloading one item is supported and identify the repository changes needed if it is not; done means a clearly scoped API capability or documented limitation.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- azure, python
- 領域
- api, devops
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100