Skip to content

Commit c81e876

Browse files
committed
Upgrade Python SDK to spec 1.18.7
1 parent e45d98a commit c81e876

File tree

201 files changed

+998
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+998
-533
lines changed

docs/AuthenticationApi.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vrchatapi.AuthenticationApi
22

3-
All URIs are relative to *https://vrchat.com/api/1*
3+
All URIs are relative to *https://api.vrchat.cloud/api/1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -29,10 +29,10 @@ import time
2929
import vrchatapi
3030
from vrchatapi.rest import ApiException
3131
from pprint import pprint
32-
# Defining the host is optional and defaults to https://vrchat.com/api/1
32+
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
3333
# See configuration.py for a list of all supported configuration parameters.
3434
configuration = vrchatapi.Configuration(
35-
host = "https://vrchat.com/api/1"
35+
host = "https://api.vrchat.cloud/api/1"
3636
)
3737

3838

@@ -99,10 +99,10 @@ import time
9999
import vrchatapi
100100
from vrchatapi.rest import ApiException
101101
from pprint import pprint
102-
# Defining the host is optional and defaults to https://vrchat.com/api/1
102+
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
103103
# See configuration.py for a list of all supported configuration parameters.
104104
configuration = vrchatapi.Configuration(
105-
host = "https://vrchat.com/api/1"
105+
host = "https://api.vrchat.cloud/api/1"
106106
)
107107

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

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

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

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

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

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

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

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

650650
# The client must configure the authentication and authorization parameters

docs/AvatarsApi.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vrchatapi.AvatarsApi
22

3-
All URIs are relative to *https://vrchat.com/api/1*
3+
All URIs are relative to *https://api.vrchat.cloud/api/1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -31,10 +31,10 @@ import time
3131
import vrchatapi
3232
from vrchatapi.rest import ApiException
3333
from pprint import pprint
34-
# Defining the host is optional and defaults to https://vrchat.com/api/1
34+
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
3535
# See configuration.py for a list of all supported configuration parameters.
3636
configuration = vrchatapi.Configuration(
37-
host = "https://vrchat.com/api/1"
37+
host = "https://api.vrchat.cloud/api/1"
3838
)
3939

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

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

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

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

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

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

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

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

687687
# The client must configure the authentication and authorization parameters

docs/EconomyApi.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vrchatapi.EconomyApi
22

3-
All URIs are relative to *https://vrchat.com/api/1*
3+
All URIs are relative to *https://api.vrchat.cloud/api/1*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -27,10 +27,10 @@ import time
2727
import vrchatapi
2828
from vrchatapi.rest import ApiException
2929
from pprint import pprint
30-
# Defining the host is optional and defaults to https://vrchat.com/api/1
30+
# Defining the host is optional and defaults to https://api.vrchat.cloud/api/1
3131
# See configuration.py for a list of all supported configuration parameters.
3232
configuration = vrchatapi.Configuration(
33-
host = "https://vrchat.com/api/1"
33+
host = "https://api.vrchat.cloud/api/1"
3434
)
3535

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

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

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

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

324324
# The client must configure the authentication and authorization parameters

0 commit comments

Comments
 (0)