Skip to content

Commit a16784c

Browse files
committed
Upgrade Python SDK to spec 1.7.2
1 parent 7bc42cc commit a16784c

File tree

122 files changed

+995
-145
lines changed

Some content is hidden

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

122 files changed

+995
-145
lines changed

docs/AvatarsApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
337337
with vrchatapi.ApiClient(configuration) as api_client:
338338
# Create an instance of the API class
339339
api_instance = avatars_api.AvatarsApi(api_client)
340-
featured = "featured_example" # str | Filters on featured results. (optional)
340+
featured = True # bool | Filters on featured results. (optional)
341341
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
342342
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
343343
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -366,7 +366,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
366366

367367
Name | Type | Description | Notes
368368
------------- | ------------- | ------------- | -------------
369-
**featured** | **str**| Filters on featured results. | [optional]
369+
**featured** | **bool**| Filters on featured results. | [optional]
370370
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
371371
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
372372
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
@@ -450,7 +450,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
450450
with vrchatapi.ApiClient(configuration) as api_client:
451451
# Create an instance of the API class
452452
api_instance = avatars_api.AvatarsApi(api_client)
453-
featured = "featured_example" # str | Filters on featured results. (optional)
453+
featured = True # bool | Filters on featured results. (optional)
454454
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
455455
user = "me" # str | Set to `me` for searching own avatars. (optional) if omitted the server will use the default value of "me"
456456
user_id = "userId_example" # str | Filter by UserID. (optional)
@@ -479,7 +479,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
479479

480480
Name | Type | Description | Notes
481481
------------- | ------------- | ------------- | -------------
482-
**featured** | **str**| Filters on featured results. | [optional]
482+
**featured** | **bool**| Filters on featured results. | [optional]
483483
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
484484
**user** | **str**| Set to `me` for searching own avatars. | [optional] if omitted the server will use the default value of "me"
485485
**user_id** | **str**| Filter by UserID. | [optional]

docs/WorldsApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
240240
with vrchatapi.ApiClient(configuration) as api_client:
241241
# Create an instance of the API class
242242
api_instance = worlds_api.WorldsApi(api_client)
243-
featured = "featured_example" # str | Filters on featured results. (optional)
243+
featured = True # bool | Filters on featured results. (optional)
244244
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
245245
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
246246
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -268,7 +268,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
268268

269269
Name | Type | Description | Notes
270270
------------- | ------------- | ------------- | -------------
271-
**featured** | **str**| Filters on featured results. | [optional]
271+
**featured** | **bool**| Filters on featured results. | [optional]
272272
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
273273
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
274274
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
@@ -350,7 +350,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
350350
with vrchatapi.ApiClient(configuration) as api_client:
351351
# Create an instance of the API class
352352
api_instance = worlds_api.WorldsApi(api_client)
353-
featured = "featured_example" # str | Filters on featured results. (optional)
353+
featured = True # bool | Filters on featured results. (optional)
354354
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
355355
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
356356
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -379,7 +379,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
379379

380380
Name | Type | Description | Notes
381381
------------- | ------------- | ------------- | -------------
382-
**featured** | **str**| Filters on featured results. | [optional]
382+
**featured** | **bool**| Filters on featured results. | [optional]
383383
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
384384
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
385385
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
@@ -463,7 +463,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
463463
with vrchatapi.ApiClient(configuration) as api_client:
464464
# Create an instance of the API class
465465
api_instance = worlds_api.WorldsApi(api_client)
466-
featured = "featured_example" # str | Filters on featured results. (optional)
466+
featured = True # bool | Filters on featured results. (optional)
467467
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
468468
n = 60 # int | The number of objects to return. (optional) if omitted the server will use the default value of 60
469469
order = "descending" # str | (optional) if omitted the server will use the default value of "descending"
@@ -492,7 +492,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
492492

493493
Name | Type | Description | Notes
494494
------------- | ------------- | ------------- | -------------
495-
**featured** | **str**| Filters on featured results. | [optional]
495+
**featured** | **bool**| Filters on featured results. | [optional]
496496
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
497497
**n** | **int**| The number of objects to return. | [optional] if omitted the server will use the default value of 60
498498
**order** | **str**| | [optional] if omitted the server will use the default value of "descending"
@@ -1006,7 +1006,7 @@ configuration.api_key['authCookie'] = 'YOUR_API_KEY'
10061006
with vrchatapi.ApiClient(configuration) as api_client:
10071007
# Create an instance of the API class
10081008
api_instance = worlds_api.WorldsApi(api_client)
1009-
featured = "featured_example" # str | Filters on featured results. (optional)
1009+
featured = True # bool | Filters on featured results. (optional)
10101010
sort = "popularity" # str | (optional) if omitted the server will use the default value of "popularity"
10111011
user = "me" # str | Set to `me` for searching own worlds. (optional) if omitted the server will use the default value of "me"
10121012
user_id = "userId_example" # str | Filter by UserID. (optional)
@@ -1036,7 +1036,7 @@ with vrchatapi.ApiClient(configuration) as api_client:
10361036

10371037
Name | Type | Description | Notes
10381038
------------- | ------------- | ------------- | -------------
1039-
**featured** | **str**| Filters on featured results. | [optional]
1039+
**featured** | **bool**| Filters on featured results. | [optional]
10401040
**sort** | **str**| | [optional] if omitted the server will use the default value of "popularity"
10411041
**user** | **str**| Set to `me` for searching own worlds. | [optional] if omitted the server will use the default value of "me"
10421042
**user_id** | **str**| Filter by UserID. | [optional]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
6565
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us.
6666
67-
The version of the OpenAPI document: 1.7.1
67+
The version of the OpenAPI document: 1.7.2
6868
Contact: me@ariesclark.com
6969
Generated by: https://openapi-generator.tech
7070
"""
@@ -73,7 +73,7 @@
7373
from setuptools import setup, find_packages # noqa: H301
7474

7575
NAME = "vrchatapi"
76-
VERSION = "1.7.1"
76+
VERSION = "1.7.2"
7777
# To install the library, run the following
7878
#
7979
# python setup.py install

vrchatapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.7.1
7+
The version of the OpenAPI document: 1.7.2
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/authentication_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/avatars_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
@@ -284,7 +284,7 @@ def __init__(self, api_client=None):
284284
},
285285
'openapi_types': {
286286
'featured':
287-
(str,),
287+
(bool,),
288288
'sort':
289289
(str,),
290290
'n':
@@ -446,7 +446,7 @@ def __init__(self, api_client=None):
446446
},
447447
'openapi_types': {
448448
'featured':
449-
(str,),
449+
(bool,),
450450
'sort':
451451
(str,),
452452
'user':
@@ -885,7 +885,7 @@ def get_favorited_avatars(
885885
886886
887887
Keyword Args:
888-
featured (str): Filters on featured results.. [optional]
888+
featured (bool): Filters on featured results.. [optional]
889889
sort (str): [optional] if omitted the server will use the default value of "popularity"
890890
n (int): The number of objects to return.. [optional] if omitted the server will use the default value of 60
891891
order (str): [optional] if omitted the server will use the default value of "descending"
@@ -959,7 +959,7 @@ def search_avatars(
959959
960960
961961
Keyword Args:
962-
featured (str): Filters on featured results.. [optional]
962+
featured (bool): Filters on featured results.. [optional]
963963
sort (str): [optional] if omitted the server will use the default value of "popularity"
964964
user (str): Set to `me` for searching own avatars.. [optional] if omitted the server will use the default value of "me"
965965
user_id (str): Filter by UserID.. [optional]

vrchatapi/api/economy_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/favorites_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/friends_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.1
5+
The version of the OpenAPI document: 1.7.2
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

0 commit comments

Comments
 (0)