Sha256: 9dc98cc83c8bafde07fc4cd385c30d5e0b85fabda2ea372169d49d76acef0ca5
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
 # Ruby Client for the Sms77.io SMS Gateway API ## Installation ```gem install sms77``` ### Usage ```ruby require 'sms77' client = Sms77::Client.new(ENV['SMS77_API_KEY']) puts "Balance: #{client.balance}" ``` #### Testing ```shell SMS77_API_KEY=MySms77ApiKey bundle exec rspec ``` *Optional environment variables* Setting ```SMS77_DEBUG=1``` prints details to stdout. Setting ```SMS77_TEST_HTTP=1``` enables live testing with actual API requests. ##### Support Need help? Feel free to send us an <a href='mailto: support@sms77.io'>email</a>.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sms77-0.2.0 | README.md |