riot-api-typedef
TypeScript icon, indicating that this package has built-in type declarations

1.2.6 • Public • Published

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 */

Package Sidebar

Install

npm i riot-api-typedef

Weekly Downloads

0

Version

1.2.6

License

MIT

Unpacked Size

46.9 kB

Total Files

28

Last publish

Collaborators

  • goyatuzo