1.2.6 • Published 4 years ago

riot-api-typedef v1.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

TypeScript type definitions for the Riot API

Purely the response structures returned by various components from https://developer.riotgames.com/api-methods/.

To install the package, run

npm install --save-dev riot-api-typedef

The interfaces are all grouped together in a namespace that is imported where its can be accessed.

For an example,

import { LeagueV4 } from 'riot-api-typedef';

let entry: LeagueV4.LeagueEntryDto = /* Code here */
1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago