Skip to content

he9qi/riot_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

yet another ruby Riot game api wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages