Upgrade Rust SDK to spec 1.4.2

This commit is contained in:
Foorack
2021-10-08 12:38:13 +02:00
parent f1b47f29ec
commit 548324ab82
83 changed files with 10 additions and 88 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "vrchatapi" name = "vrchatapi"
version = "1.4.1" version = "1.4.2"
authors = ["OpenAPI Generator team and contributors"] authors = ["OpenAPI Generator team and contributors"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"

View File

@ -7,7 +7,7 @@ Name | Type | Description | Notes
**active** | **bool** | | [default to true] **active** | **bool** | | [default to true]
**can_request_invite** | **bool** | | [default to true] **can_request_invite** | **bool** | | [default to true]
**capacity** | **i32** | | **capacity** | **i32** | |
**client_number** | **i32** | | **client_number** | **String** | |
**full** | **bool** | | [default to false] **full** | **bool** | | [default to false]
**id** | **String** | | **id** | **String** | |
**instance_id** | **String** | | **instance_id** | **String** | |
@ -15,7 +15,7 @@ Name | Type | Description | Notes
**n_users** | **i32** | | **n_users** | **i32** | |
**name** | **String** | | **name** | **String** | |
**nonce** | Option<**String**> | | [optional] **nonce** | Option<**String**> | | [optional]
**owner_id** | **String** | | **owner_id** | Option<**String**> | | [optional]
**permanent** | **bool** | | [default to false] **permanent** | **bool** | | [default to false]
**photon_region** | **String** | | **photon_region** | **String** | |
**platforms** | [**crate::models::InstancePlatforms**](Instance_platforms.md) | | **platforms** | [**crate::models::InstancePlatforms**](Instance_platforms.md) | |

View File

@ -18,6 +18,8 @@ sed -i '/^edition = "2018"/a description="VRChat API Library for Rust"' Cargo.to
# Remove messily pasted markdown at top of every file # Remove messily pasted markdown at top of every file
find src -type f -exec sed -i '/VRChat API Banner/d' {} \; find src -type f -exec sed -i '/VRChat API Banner/d' {} \;
# Remove openapi version in every file
find src -type f -exec sed -i '/The version of the OpenAPI document/d' {} \;
# Cookie storage # Cookie storage
sed -i 's/Client::new()/Client::builder().cookie_store(true).build().unwrap()/g' src/apis/configuration.rs sed -i 's/Client::new()/Client::builder().cookie_store(true).build().unwrap()/g' src/apis/configuration.rs

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */
@ -19,7 +18,7 @@ pub struct Instance {
#[serde(rename = "capacity")] #[serde(rename = "capacity")]
pub capacity: i32, pub capacity: i32,
#[serde(rename = "clientNumber")] #[serde(rename = "clientNumber")]
pub client_number: i32, pub client_number: String,
#[serde(rename = "full")] #[serde(rename = "full")]
pub full: bool, pub full: bool,
#[serde(rename = "id")] #[serde(rename = "id")]
@ -34,8 +33,8 @@ pub struct Instance {
pub name: String, pub name: String,
#[serde(rename = "nonce", skip_serializing_if = "Option::is_none")] #[serde(rename = "nonce", skip_serializing_if = "Option::is_none")]
pub nonce: Option<String>, pub nonce: Option<String>,
#[serde(rename = "ownerId")] #[serde(rename = "ownerId", skip_serializing_if = "Option::is_none")]
pub owner_id: String, pub owner_id: Option<String>,
#[serde(rename = "permanent")] #[serde(rename = "permanent")]
pub permanent: bool, pub permanent: bool,
#[serde(rename = "photonRegion")] #[serde(rename = "photonRegion")]
@ -61,7 +60,7 @@ pub struct Instance {
} }
impl Instance { impl Instance {
pub fn new(active: bool, can_request_invite: bool, capacity: i32, client_number: i32, full: bool, id: String, instance_id: String, location: String, n_users: i32, name: String, owner_id: String, permanent: bool, photon_region: String, platforms: crate::models::InstancePlatforms, region: String, short_name: String, tags: Vec<String>, _type: String, world_id: String) -> Instance { pub fn new(active: bool, can_request_invite: bool, capacity: i32, client_number: String, full: bool, id: String, instance_id: String, location: String, n_users: i32, name: String, permanent: bool, photon_region: String, platforms: crate::models::InstancePlatforms, region: String, short_name: String, tags: Vec<String>, _type: String, world_id: String) -> Instance {
Instance { Instance {
active, active,
can_request_invite, can_request_invite,
@ -74,7 +73,7 @@ impl Instance {
n_users, n_users,
name, name,
nonce: None, nonce: None,
owner_id, owner_id: None,
permanent, permanent,
photon_region, photon_region,
platforms: Box::new(platforms), platforms: Box::new(platforms),

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */

View File

@ -2,7 +2,6 @@
* VRChat API Documentation * VRChat API Documentation
* *
* *
* The version of the OpenAPI document: 1.4.1
* Contact: me@ruby.js.org * Contact: me@ruby.js.org
* Generated by: https://openapi-generator.tech * Generated by: https://openapi-generator.tech
*/ */