Bitrise.io API v0.1 (Work In Progress)

FYI there is some inconsistency with the error handling.

https://api.bitrise.io/v0.1/me/
{
“message”: “Not Found”
}

vs

/apps/123/builds
{
“error_message”: “Not Found”
}

1 Like