mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
Update Rust SDK to spec 1.0.2 with release 1.0.5
This commit is contained in:
12
generate.sh
12
generate.sh
@ -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
|
||||
|
Reference in New Issue
Block a user