repositorypackage
0.0.0-20240211153726-241def657551
Repository: https://github.com/g0dm0d/vrcapi.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
VRChat API Library for Golang
A Golang client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification.
Getting Started
Install
go get github.com/g0dm0d/vrcapi
Usage
Import the package into your project.
import "github.com/g0dm0d/vrcapi"
Examples
Below is a list of examples: