vrchatapi / specification

⚙️ VRChat API OpenAPI specification defining the API in a machine-readable format. This is then used for automatic generation of language-specific SDK's
MIT License
49 stars 30 forks source link

Fix/update spec from tests #391

Closed jellejurre closed 1 month ago

jellejurre commented 1 month ago

Endpoints/changes I've not included here: https://github.com/vrchatapi/specification-test/blob/main/data/requests/economy/getsteamtransactions.md because it needs oneOf (empty string vs object)

https://github.com/vrchatapi/specification-test/blob/main/data/requests/permissions/getassignedpermissions.md i did all but the data ones since that is arbitrary I think

https://github.com/vrchatapi/specification-test/blob/main/data/requests/system/getjavascript.md because JS https://github.com/vrchatapi/specification-test/blob/main/data/requests/system/getcss.md because CSS https://github.com/vrchatapi/specification-test/blob/main/data/requests/system/getinfopush-with-user-all.md because lol https://github.com/vrchatapi/specification-test/blob/main/data/requests/system/getconfig.md because it's highly unstable and half of these are already outdated

notes: https://github.com/vrchatapi/specification-test/blob/main/data/requests/groups/getgroup.md i've set as a list of string since it returns [] and I have no idea what that could be

C0D3-M4513R commented 1 month ago

You could add Constants from getConfig I think. That should not be a random one.

Edit: maybe the reporting reasons too?