From 78e20ab7e3faa6c372108a6a355f212e1aeb0ef7 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Wed, 27 Oct 2021 15:02:21 -0300 Subject: [PATCH] adds bitrise public api (#2667) Co-authored-by: Marek Dano --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3ed9e7f..42774862 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Azure DevOps Health](https://docs.microsoft.com/en-us/rest/api/resourcehealth) | Resource health helps you diagnose and get support when an Azure issue impacts your resources | `apiKey` | No | No | +| [Bitrise](https://api-docs.bitrise.io/) | Build tool and processes integrations to create efficient development pipelines | `apiKey` | Yes | Unknown | | [Buddy](https://buddy.works/docs/api/getting-started/overview) | The fastest continuous integration and continuous delivery platform | `OAuth` | Yes | Unknown | | [CircleCI](https://circleci.com/docs/api/v1-reference/) | Automate the software development process using continuous integration and continuous delivery | `apiKey` | Yes | Unknown | | [Codeship](https://apidocs.codeship.com/) | Codeship is a Continuous Integration Platform in the cloud | `apiKey` | Yes | Unknown |