Add this line to your application's Gemfile:
gem 'rts'And then execute:
$ bundle
Or install it yourself as:
$ gem install rts
client = RTS:Client.new(api_key: 'pass_api_key', client_certificate: 'pass_ssl_certificate', client_key: 'pass_ssl_key')`client.sportsclient.league(sport: 'lol')client.teams(sport: 'lol')client.players(sport: 'lol')client.players(sport: 'lol', team_id: 1)Bug reports and pull requests are welcome on GitHub at https://github.com/rmishra-ror/rts.
The gem is available as open source under the terms of the MIT License.