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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request