chore: fix types on README and bump to 1.0.2

This commit is contained in:
Foorack
2021-08-08 00:05:42 +02:00
parent 293eb7777c
commit d2622bbe11
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,8 +1,8 @@
![](https://github.com/vrchatapi/vrchatapi.github.io/blob/master/assets/img/lang/lang_rust_banner_1500x300.png?raw=true)
# 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