Update to latest spec

This commit is contained in:
Foorack
2021-08-19 16:12:29 +02:00
parent 51a51ad249
commit 3c700cba19
105 changed files with 2931 additions and 228 deletions

View File

@ -9,7 +9,7 @@ openapi-generator-cli generate \
--git-user-id=vrchatapi \
--git-repo-id=vrchatapi-rust \
-o . \
-i ../specification/openapi.yaml \
-i https://vrchatapi.github.io/specification/openapi.yaml \
--http-user-agent="vrchatapi-rust"
sed -i '/^edition = "2018"/i license = "MIT"' Cargo.toml