Skip to content

Commit

Permalink
Upgrade Python SDK to spec 1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Nov 7, 2024
1 parent e45d98a commit c81e876
Show file tree
Hide file tree
Showing 201 changed files with 998 additions and 533 deletions.
42 changes: 21 additions & 21 deletions docs/AuthenticationApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vrchatapi.AuthenticationApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -29,10 +29,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)


Expand Down Expand Up @@ -99,10 +99,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -173,10 +173,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -222,10 +222,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -271,10 +271,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -353,10 +353,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -423,10 +423,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -497,10 +497,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -571,10 +571,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -641,10 +641,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down
38 changes: 19 additions & 19 deletions docs/AvatarsApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vrchatapi.AvatarsApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down Expand Up @@ -31,10 +31,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -105,10 +105,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -180,10 +180,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -255,10 +255,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -354,10 +354,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -429,10 +429,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -527,10 +527,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -602,10 +602,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -678,10 +678,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down
22 changes: 11 additions & 11 deletions docs/EconomyApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vrchatapi.EconomyApi

All URIs are relative to *https://vrchat.com/api/1*
All URIs are relative to *https://api.vrchat.cloud/api/1*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand All @@ -27,10 +27,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -97,10 +97,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -171,10 +171,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -245,10 +245,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down Expand Up @@ -315,10 +315,10 @@ import time
import vrchatapi
from vrchatapi.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://vrchat.com/api/1
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
# See configuration.py for a list of all supported configuration parameters.
configuration = vrchatapi.Configuration(
host = "https://vrchat.com/api/1"
host = "https://api.vrchat.cloud/api/1"
)

# The client must configure the authentication and authorization parameters
Expand Down
Loading

0 comments on commit c81e876

Please sign in to comment.