Skip to content

ajmyers01/LeagueAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeagueAPI

This is a ruby gem for the league of legends API

Example

require 'league'

League.configure do |config|
  config.api_key = 'Insert API Key Here!'
end


# Call any of the methods on the new api object!
champion = League.get_all_champion
puts champion

summoner = League.get_summoner_by_name('P3rishable')
puts summoner

About

This is a ruby wrapper for the league of legends API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages