-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dysolix edited this page Mar 21, 2024
·
6 revisions
npm install @hasagi/core
import { HasagiClient } from "@hasagi/core";
const client = new HasagiClient();
await client.connect();
// Type of response is automatically set using the auto-generated types
const response = await client.request("get", "/lol-summoner/v1/current-summoner");