vrchatapi-rust
vrchatapi-rust copied to clipboard
⚫🦀 VRChat API Library for Rust
supercedes: #7 fixes: #5 Draft, because I still want to look the changes over myself before a merge. Edit: Looked this over once again, and this seems reasonable, as long...
This PR adds a rate limit of 1 request per 60s, as recommended in the docs.
https://github.com/vrchatapi/specification/issues/241 Adds 2fa support to vrcapi. The code has been adapted from a commit, from 9 months ago, where I edited source-code. I adapted the code to the generate.sh file....
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
As far as I can tell, there is no way to store cookies before shutdown and restore them before launch in `reqwest = "~0.9"`. In `reqwest = {version = "0.11",...
Add a simple workflow to cross check if PRs and commits to main work. Based on this: https://github.com/C0D3-M4513R/DexProtectOscRS/blob/main/.github/workflows/rust.yml Depends on https://github.com/vrchatapi/vrchatapi-rust/pull/20
Idea taken from #17
Idea taken from #17
In https://github.com/vrchatapi/vrchatapi-rust/pull/12 custom code was introduced to fix https://github.com/vrchatapi/specification/issues/241. I have opened https://github.com/vrchatapi/specification/pull/352, but we noticed that some of the generators do not support the `oneOf`. Its reasonable to assume...
The GitHub workflow includes Node 12/16 actions, which are deprecated. Most of them should be fairly easy to replace. - instead of `actions-rs/toolchain@v1` I've used `moonrepo/setup-rust@v1` (example: https://github.com/C0D3-M4513R/DexProtectOscRS/blob/main/.github/workflows/rust.yml) - `katyo/publish-crates@v1`...