5.0.0-beta.3 • Published 11 months ago

@valapi/riot-api v5.0.0-beta.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

LICENSE Github Discord

Documentation: valapi.github.io/docs

Guide: valapi.github.io/guide


  • @valapi/riot-api isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
  • @valapi/riot-api was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.
  • MIT License

Installation

NPM:

npm install @valapi/riot-api

PNPM:

pnpm add @valapi/riot-api

Guide

import { RiotApi } from "@valapi/riot-api";
const client = new RiotApi({
    apiKey: "LoooooongApiKey_123456789",
    region: "ap"
});

API

const status = await client.StatusV1.platformData();

console.log(status.data);
const accountData = await client.AccountV1.byRiotId("PRX f0rsakeN", "Huh");

console.log(accountData.data);
5.0.0-beta.2

11 months ago

5.0.0-beta.3

11 months ago

5.0.0-beta.1

11 months ago

5.0.0-beta.0

1 year ago

4.0.0

1 year ago

3.3.0

2 years ago

3.2.0

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago