Skip to content

Instantly share code, notes, and snippets.

@CodeMonkeyKevin
Created November 2, 2012 22:14
Show Gist options
  • Save CodeMonkeyKevin/4004679 to your computer and use it in GitHub Desktop.
Save CodeMonkeyKevin/4004679 to your computer and use it in GitHub Desktop.
MS HEROKU HTTP CAL
require 'rest-client'
RestClient.post("http://#{API_KEY}@heroku.moonshado.com/sms", :sms => {:device_address => "17071231234", :message => "test"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment