Bitrise
构建工具和流程集成,创建高效的开发流水线
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 持续集成
- 文档 / URL
- https://api-docs.bitrise.io/
简介
Bitrise 提供 CI/CD API——基于密钥(缺少密钥返回 401,已实测)。
快速开始
应用(替换 YOUR_KEY):
curl "https://api.bitrise.io/v0.1/apps" \
-H "Authorization: YOUR_KEY"
认证方式
- Bitrise 账户 → 个人访问 token。
- 通过
Authorization发送(缺失 → 401,已实测)。
速率限制与注意事项
- 免费层带限额(看文档);付费档可扩展。
- 构建、应用、流水线。
常见问题
Bitrise 免费吗? 免费层带限额;更多需要付费。
为什么 401? 需要访问 token(已实测)。
认证风格是什么?
Authorization token。
持续集成 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Azure DevOps Health Resource health helps you diagnose and get support when an Azure issue impacts your resources | API Key | No | No | ↗ |
| Buddy The fastest continuous integration and continuous delivery platform | OAuth | Yes | Unknown | ↗ |
| CircleCI Automate the software development process using continuous integration and continuous delivery | API Key | Yes | Unknown | ↗ |
| Codeship Codeship is a Continuous Integration Platform in the cloud | API Key | Yes | Unknown | ↗ |
| Travis CI Sync your GitHub projects with Travis CI to test your code in minutes | API Key | Yes | Unknown | ↗ |