Account
Module: pyot.models.riot.account
class Account
AccountType: PyotCore
Definitions:
__init__->Nonepuuid:str = emptygame_name:str = emptytag_line:str = emptyregion:str = models.riot.DEFAULT_REGION
Endpoints:
account_v1_by_puuid:['puuid']account_v1_by_riot_id:['game_name', 'tag_line']
Methods:
method
active_shard->Nonegame:str
Attributes:
puuid->strgame_name->strtag_line->str
class ActiveShard
ActiveShardType: PyotCore
Definitions:
__init__->Nonepuuid:str = emptygame:str = emptyregion:str = models.riot.DEFAULT_REGION
Endpoints:
account_v1_active_shard:['puuid', 'game']
Attributes:
puuid->strgame->stractive_shard->str
Properties:
property
account->None
Last updated