Sha256: 80e97d6026c1f55207b4941693880eb96ecbba352d39bd366ac5498c412253ee

Contents?: true

Size: 658 Bytes

Versions: 6

Compression:

Stored size: 658 Bytes

Contents

# WargamingApiRuby

Wargaming API gem

## Installation

Add this line to your application's Gemfile:

    gem 'wargaming_api_ruby'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install wargaming_api_ruby

## Usage

    $ info = WargamingApi::Wot::Account::Info.fetch(account_id: 123)
    $ info.first.nickname # => "bla-bla-bla"

## Contributing

1. Fork it ( https://github.com/DmitryDrobotov/wargaming_api_ruby/fork )
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 a new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wargaming_api_ruby-0.1.5 README.md
wargaming_api_ruby-0.1.4 README.md
wargaming_api_ruby-0.1.3 README.md
wargaming_api_ruby-0.1.2 README.md
wargaming_api_ruby-0.1.1 README.md
wargaming_api_ruby-0.1.0 README.md