4.0.0 • Published 23 days ago

@valapi/web-client v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

Web API

Downloads install size Known Vulnerabilities

LICENSE Github Discord


  • @valapi/web-client 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/web-client 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/web-client

PNPM:

pnpm add @valapi/web-client

Guide

Full Guide: valapi.github.io

import { WebClient } from "@valapi/web-client";

API

const userInfo = await webClient.getUserInfo();

console.log(userInfo.data);
const mapId = "match-id-1234567890";
const matchDetails = await webClient.Match.fetchMatchDetails(mapId);

console.log(matchDetails.data);
const wallet = await webClient.Store.getWallet(subject);

console.log(wallet.data);
4.0.0

23 days ago

3.3.0

8 months ago

3.2.0

10 months ago

3.0.2

12 months ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago