Extends the Bitrise REST API with deterministic/bookmarkable URLs for:
- latest build on a specific branch
- build artifact download links
A public instance of bitrise-redirector is running here:
Get redirected to the latest build on a specific branch (example):
GET /v0.1/apps/{slug}/builds/{branch}
Get json list of build artifacts for the latest build on a specific branch (example):
GET /v0.1/apps/{slug}/builds/{branch}/artifacts
Get redirected to the download link of a specific build artifact:
GET /v0.1/apps/{slug}/builds/{branch}/artifacts/{filename}
- exampleGET /v0.1/apps/{slug}/builds/{branch}/artifacts/{index}
- example
Get info of last artifact on specific branch:
GET /v0.1/apps/{slug}/builds/{branch}/artifacts/{filename}/info
- exampleGET /v0.1/apps/{slug}/builds/{branch}/artifacts/{index}/info
example
Installation:
$ composer create-project wulkanowy/bitrise-redirector
Start server with API_KEY and DEBUG variable:
$ bin/console server:run
Open the webapp in browser: