@himatric/valclient
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Installation

npm i @himatric/valclient

Disclaimer

This project is still under heavy development.

Examples

const { ValClient } = require("valclient")
const client = new ValClient()
await client.getFriends(): IFriend[]

await client.addFriend(name: string, tag: string): IFriendRequest[]

await client.getFriendRequests(): IFriendRequest[]

await client.getPresences(): IUserPresence[]

await client.checkTagAvailable(name: string, tag: string): NameAvailability

await client.searchUsername(username: string, tag?: string): IUserSearch[]

await client.joinMatchmaking(): EnterMatchmakingQueueResponse

Documentation

THIS SECTION IS UNDER CONSTRUCTION

Bugs

For reporting bugs you can either open an issue or (preferably) contact me on Discord (himaval)

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @himatric/valclient

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    34.3 kB

    Total Files

    12

    Last publish

    Collaborators

    • himatric