Skip to content

thbishop/boundary_streaming_api_client_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Boundry Streaming API Client

This repo contains an extremely basic client for working with the Boundary streaming API.

Requirements

  • Ruby >= 1.9.3
  • Bundler

Installation

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

Usage

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

LICENSE

See LICENSE for details

About

Example client for the Boundary streaming API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages