IPROG SMS API CLIENT
A simple Ruby client for the IPROG SMS API.
This gem is provided by IPROG TECH, an information technology company specializing in web development services using Ruby on Rails. IPROG TECH also offers free programming tutorials.
Providing Good Quality Web Services:
- Startup
- Maintenance
- Upgrading & Conversion
Installation
Add this line to your application's Gemfile:
gem "iprog_sms_api"
Or install it yourself as:
gem install iprog_sms_api
Usage
require "iprog_sms_api"
client = IprogSmsApi::Client.new(api_token: "YOUR_API_TOKEN")
# Send an SMS
result = client.send_sms(phone_number: "09171234567", message: "Hello from the API!")
puts result
# Check SMS credits
credits = client.check_sms_credits
puts credits
License
MIT License