vrchat-client
Unofficial VRChat API Client for Node.js
Usage
Getting started
npm i vrchat-client# OR yarn add vrchat-client
// or // all methods return Promise
User API
- User info
apiuser
- Update user info
apiuser
- Get friends list
apiuser
- get friend status
apiuser
- Send friend request
apiuser
- Unfriend
apiuser
- Accept friend request
apiuser
- Get user by ID
apiuser
- Get user by name
apiuser
- Get user list
// All Usersapiusersearchall search: '' n: 1 offset: 1 developerType: 'none'
Favorite API
- Add Favorite
apifavorite// ?apifavoriteaddapifavoriteaddapifavoriteadd
- Get favorite
apifavorite
- List Favorite
apifavorite
- Delete favorite
apifavortite
World API
- Get by id
apiworld
- List worlds
apiworldsearchall options: any
- Delete world
apiworld
- Get world meta data
apiworld
- Get instance with tags
apiworld
Avatar API
- Get by ID
apiavatar
- Choose avatar
apiavatar
- List avatar
apiavatar
Moderation API
- Send moderation
apimoderation
- Send player moderation
// Block userapimoderation// Unblock userapimoderation// Mute userapimoderation// Unmuteapimoderation
- Delete moderation
apimoderation
- Clear all moderation
apimoderationclear'user id'
- Get against
apimoderation
- Get player's
apimoderation
Notification API
- Send notification
apinotificationsendapinotificationsend
- Mark as read
apinotification
- Delete notification
apinotification
- Get all notification
apinotification