BitBar supports several API clients. Some of them were implemented by us and others by third-party individuals or organizations.
These links are here to help you build your own API client and get ideas on how everything can be done using the BitBar API. We welcome any suggestions and pull requests with fixes or improvements.
API client implementation in Python. Supports most basic features of interacting with BitBar Cloud.
API client implementation in Ruby. Supports most basic features of interacting with BitBar Cloud.
Probably the most complete API client out there as this is the one our developers use and periodically run tests on.
Third-party clients are not maintained by BitBar, and you’ll need to post any questions on these integrations to the respective project owner.
A (Bash) command-line client to interact with BitBar Device Cloud. Allows users to launch Android server-side test runs in the specified projects using specific device groups and set properties for the test run.
There are also Android Server Side Mocha.js Sample Scripts and sample APK showing how to run a server-side JavaScript test using Gradle and Travis.
A Node-based BitBar client including samples.