Update Rust SDK to spec 1.0.2 with release 1.0.5

This commit is contained in:
Foorack
2021-08-23 17:24:35 +02:00
parent f26f95bc6b
commit 896f984b94
76 changed files with 86 additions and 96 deletions

View File

@ -15,14 +15,4 @@ openapi-generator-cli generate \
sed -i '/^edition = "2018"/i license = "MIT"' Cargo.toml
sed -i '/^edition = "2018"/a description="VRChat API Library for Rust"' Cargo.toml
# Remove unwanted lines from README
#sed -i '/Uncomment the following line to set a prefix/d' ./README.md
#sed -i '/apiKeyPrefix/d' ./README.md
#sed -i '/Uncomment the following line to set a prefix/d' ./docs/*.md
#sed -i '/apiKeyPrefix/d' ./docs/*.md
#sed -i 's/api.deleteUserById/api.getUser/g' ./README.md
#
#sed -i 's/@default false/@default true/g' ./src/ApiClient.js
#sed -i 's/enableCookies = false/enableCookies = true/g' ./src/ApiClient.js
#npm run build
cargo build