mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
chore: fix types on README and bump to 1.0.2
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vrchatapi"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
authors = ["OpenAPI Generator team and contributors"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
@ -1,8 +1,8 @@
|
||||

|
||||
|
||||
# vrchat-node
|
||||
# VRChat API Library for Rust
|
||||
|
||||
A NodeJS client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification.
|
||||
A Rust client to interact with the unofficial VRChat API. Supports all REST calls specified in https://github.com/vrchatapi/specification.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
@ -23,7 +23,7 @@ Put the package under your project folder and add the following to `Cargo.toml`
|
||||
vrchatapi = "^1.0"
|
||||
```
|
||||
|
||||
See the [example.js](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.js) for getting started.
|
||||
See the [examples/online.rs](https://github.com/vrchatapi/vrchatapi-rust/blob/master/examples/online.rs) for getting started.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Reference in New Issue
Block a user