A Ruby Gem for our SMS API is available to browse and download on Github. You can also install it directly from rubygems.org
require 'rubygems'
require 'mediaburst'
begin
client = Mediaburst::API.new('username', 'password')
response = client.send_message('441234567890', 'Hello World')
rescue Mediaburst::InvalidRequest => e
puts e.message
rescue Mediaburst::ServerError => e
puts e.message
end
y response
Full documentation can be found in the readme file. If you have any questions get in touch.
You might find our Mobile site useful.