koyashiro / vrcapi

VRChat API wrapper in Deno🦕

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vrcapi

VRChat API wrapper in Deno🦕.

Usage

import { login } from "https://raw.githubusercontent.com/KoyashiroKohaku/vrcapi/master/mod.ts";

const username = "foo";
const password = "bar";

const client = await login(username, password);

const friends = await client.user.getFriends();
console.log(friends);

About

VRChat API wrapper in Deno🦕

License:MIT License


Languages

Language:TypeScript 100.0%