class Legends::Client
- Legends::Client
- Reference
- Object
Overview
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")