Module: BurstSms

Defined in:
lib/burstsms.rb,
lib/burstsms/api.rb,
lib/burstsms/version.rb,
lib/burstsms/lists_add.rb,
lib/burstsms/lists_get.rb,
lib/burstsms/lists_delete.rb,
lib/burstsms/messages_add.rb,
lib/burstsms/messages_get.rb,
lib/burstsms/message_responses.rb,
lib/burstsms/messages_multiple.rb,
lib/burstsms/lists_add_recipient.rb,
lib/burstsms/lists_get_recipients.rb,
lib/burstsms/lists_delete_recipient.rb,
lib/burstsms/lists_get_unsubscribed.rb

Defined Under Namespace

Modules: ListsAdd, ListsAddRecipient, ListsDelete, ListsDeleteRecipient, ListsGet, ListsGetRecipients, ListsGetUnsubscribed, MessageResponses, MessagesAdd, MessagesGet, MessagesMultiple Classes: API, ParamBuilder

Constant Summary collapse

API_URL =
"https://burstsms.com/api"
API_VERSION =
0.3
VERSION =
"0.1.4"