🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sms_area_api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sms_area_api

0.0.8
Rubygems
Version published
Maintainers
1
Created
Source

SmsAreaApi

A Ruby wrapper for sms-area.org API. Documentation for API is here: http://sms-area.org/api.txt

Installation

Add this line to your application's Gemfile:

gem 'sms_area_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sms_area_api

Usage

# create a client
sms_area = SmsAreaApi::Client.new('1111111111111111111111')

# use snake_case instead of camelCase
sms_area.get_balance
# => {:state=>"ACCESS_BALANCE", :balance=>"26.5"}

# request a number
number = sms_area.get_number country: 'or', service: 'gm', count: 1
# => {:state=>"ACCESS_NUMBER", :id=>"111111", :access_number=>"12223334444"}

Contributing

  • Fork it ( https://github.com/[my-github-username]/sms_area_api/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

FAQs

Package last updated on 19 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts