Skip to content

Instantly share code, notes, and snippets.

View ytspar's full-sized avatar

Yury Tsukerman ytspar

View GitHub Profile
@ytspar
ytspar / sending_messages.rb
Created July 6, 2011 23:54
Recess Mobile - sending a text message (SMS)
require 'uri'
require 'net/https'
require 'json'
API_URL = "http://api.recessmobile.com/api"
API_KEY = "[API KEY GOES HERE]"
# Simple ServiceLayer gateway class
class ServiceLayer
class Error < StandardError; end