Skip to content

cloud66-oss/rb-halo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RbHalo

RbHalo is a Ruby client for Halo.

Installation

Add this line to your application's Gemfile:

gem 'rb-halo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rb-halo

Usage

client = RbHalo::Client.connect('host.acme.org')

client.log("key", "session", "payload")
# or
client.close_session("key", "session")
# then
client.close()

You can use the following options:

:tls -> Connect to a TLS enabled Halo server
:port -> Port (default is 15443)
:host -> Halo host (name or IP)
:token -> JWT if needed

Releases

No releases published

Packages

No packages published