Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created July 9, 2013 17:22
Show Gist options
  • Save devinrader/5959303 to your computer and use it in GitHub Desktop.
Save devinrader/5959303 to your computer and use it in GitHub Desktop.
local response = http.request {
url = string.format(
'https://api.twilio.com/2010-04-01/Accounts/%s/SMS/Messages.json',
accountsid),
params = { To=to },
auth = {accountsid, authtoken}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment