mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
docs!!: removed old docs, added own readme, non-async for now
This commit is contained in:
@ -2,15 +2,21 @@
|
||||
|
||||
# Generate Client
|
||||
rm src/apis src/models docs -rf
|
||||
|
||||
openapi-generator-cli generate \
|
||||
-g rust \
|
||||
--additional-properties=packageName=vrchatapi \
|
||||
--additional-properties=packageName=vrchatapi,supportAsync=false \
|
||||
--git-user-id=vrchatapi \
|
||||
--git-repo-id=vrchatapi-rust \
|
||||
-o . \
|
||||
-i ../specification/openapi.yaml \
|
||||
--http-user-agent="vrchatapi-rust"
|
||||
|
||||
rm docs -rf
|
||||
|
||||
#description = "VRChat API Library for Rust"
|
||||
#license = "MIT"
|
||||
|
||||
# Remove unwanted lines from README
|
||||
#sed -i '/Uncomment the following line to set a prefix/d' ./README.md
|
||||
#sed -i '/apiKeyPrefix/d' ./README.md
|
||||
|
Reference in New Issue
Block a user