BitBar Clients
API clients
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.
Official clients
Python API client
API client implementation in Python. Supports most basic features of interacting with BitBar Cloud.
Ruby API Client
API client implementation in Ruby. Supports most basic features of interacting with BitBar Cloud.
Java API Client
Probably the most complete API client out there as this is the one our developers use and periodically run tests on.
Third-party clients
Third-party clients are not maintained by BitBar, and you’ll need to post any questions on these integrations to the respective project owner.
Command-line client
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.
NPM-based client
A Node-based BitBar client including samples.