import StaticReforgedRunePaths from 'kayn/lib/Endpoints/StaticEndpoints/StaticReforgedRunePaths.js'
StaticReforgedRunePaths
Extends:
Endpoint~Endpoint → StaticSuperclass → StaticReforgedRunePaths
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
Retrieves reforged rune path by ID. |
|
public |
list(): * Retrieves reforged rune path list. |
Inherited Summary
From class StaticSuperclass | ||
public |
|
Public Constructors
Public Methods
public get(id: number): * source
Retrieves reforged rune path by ID.
Implements GET /lol/static-data/v3/reforged-rune-paths/{id}
.
Params:
Name | Type | Attribute | Description |
id | number | The ID of the rune. |
Return:
* |
public list(): * source
Retrieves reforged rune path list.
Implements GET /lol/static-data/v3/reforged-rune-paths
.
Return:
* |