Sha256: cc7a093001a93ed182f08163ea33d6fe120f40dcda5db257549a9ba82e315442

Contents?: true

Size: 540 Bytes

Versions: 1

Compression:

Stored size: 540 Bytes

Contents

= CDYNE SMS Notify

This gem provides a Ruby interface to the CDYNE SMSNotify! HTTP API using GET and POST methods.
A SOAP class may be implemented at some point.

== Usage
   api = SmsNotify::Api.new('your_api_key')

=== Sending Messages
   message = api.send_message('1234567890', 'Hello World!')

=== Checking Message Status
   api.message_status(message.text_id)

=== Getting Message Responses
   api.message_response(message.text_id)

== TODO
* Support a proxy connection
* Getting message responses should build an array of responses

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cdyne-sms-notify-0.7.0 README.rdoc