Netstats24::Client
This is a client library for Netstats web service.
Installation
Add this line to your application's Gemfile:
gem 'netstats24-client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install netstats24-client
Usage
Initialize the client with an access token.
client = Netstats24::Client.new access_token: '4f25085903770ad22287f4922582ffeac0b65463'
Then you can call methods
apps = client.apps_list
Contributing
- Fork it
- 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 new Pull Request