0.0
No commit activity in last 3 years
No release in over 3 years
Yet another ruby Riot game league of legend api wrapper.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.9.16
~> 0.9.0
 Project Readme

Ruby Riot Game API Wrapper

https://developer.riotgames.com/api

Code Climate Code Climate

install gem

gem install 'riot_api_ruby'

or using bundler:
gem 'riot_api_ruby'

Setup API with API Key

RiotAPI::API.setup("abc")

Register API strategy

RiotAPI::API.register("summoner")

or

RiotAPI::API.register_all

Get API url

RiotAPI::API.summoner.by_names "lanjj"

Request API

RiotAPI::API.call("summoner", "find_by_names", "lanjj")

or

RiotAPI::API.summoner.find_by_names "lanjj"