ChampionEndpoint
Extends:
Endpoint~Endpoint → PlatformSuperclass → ChampionEndpoint
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
Retrieve champion by ID. |
|
public |
list(): * Retrieve all champions. |
Inherited Summary
From class PlatformSuperclass | ||
public |
|
Public Constructors
Public Methods
public get(championID: number): * source
Retrieve champion by ID.
Implements GET /lol/platform/v3/champions/{id}
.
Params:
Name | Type | Attribute | Description |
championID | number | The ID of the champion. |
Return:
* |
public list(): * source
Retrieve all champions.
Implements GET /lol/platform/v3/champions
.
Return:
* |