Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

codefirst/keima-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keima Ruby API

Gem Version wercker status

Installation

Add this line to your application's Gemfile:

gem 'keima'

Or install it yourself as:

$ gem install keima

Usage

require 'rubygems'
require 'keima'

client = Keima::Client.new("keima base url", "api key")
client.publish("channel name", "event name", {:message => "test"})

Build

$ bundle exec rake build

Test

$ bundle exec rspec

License

See LICENSE file

About

a ruby client for keima notification platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages