This repo contains an extremely basic client for working with the Boundary streaming API.
- Ruby >= 1.9.3
- Bundler
Clone down the repo:
git clone git://github.com/thbishop/boundary_streaming_api_client_example.git
Change into the new directory
cd boundary_streaming_api_client_example
Install dependencies
bundle install
Copy the config example file and fill in the details for your Boundary org ID and API key.
cp config.txt.example config.txt
Run the client with the config file
export $(cat config.txt) && ruby client.rb
See LICENSE for details