Azure DevOps
Azure DevOps REST API 请求/响应对的基本组成部分
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 开发
简介
Azure DevOps 提供构建/管道 REST API——基于 PAT(未认证请求重定向到 Azure 登录流程,已实测)。
快速开始
构建(替换为你的组织/PAT):
curl "https://dev.azure.com/YOUR_ORG/YOUR_PROJECT/_apis/build/builds?api-version=6.0" \
-u ":YOUR_PAT"
认证方式
- Azure DevOps → 个人访问 token(PAT)。
- 通过 Basic auth 带空用户名发送(缺失 → 302 登录,已实测)。
速率限制与注意事项
- 带 Azure DevOps 免费(看文档)。
- 构建、管道、仓库。
常见问题
Azure DevOps 免费吗? 带 Azure DevOps 免费层(看文档)。
为什么 302? 缺少认证重定向到登录(已实测)——请添加 PAT。
认证风格是什么? 带 PAT 的 Basic auth。
开发 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |