class

Legends::Client

Inherits Reference < Object

Main class to expose the underlying resources. All resources should be explored like this:

client = Legends::Client("NA", "my_secret_key_here")
champion = client.champions.find(1, "BR", "v1.2")

Constructors

new(region : String, api_key : String)
Source

Instance methods

champions
Source
static
Source