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

anyone-oslo/merlin_gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MerlinGateway

..is a client for the Aspiro Merlin SMS gateway.

Installation

gem install merlin_gateway

Usage example

require 'rubygems'
require 'merlin_gateway'

client = MerlinGateway::Client.new(:username => 'myusername', :password => 'mypassword')
message = client.new_message(4712345678, 'This is a test')
message.deliver!

Copyright © 2010 Manual design. See LICENSE for details.

About

Ruby client for the Aspiro Merlin SMS gateway

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages