foxinternalclient 5.2.0__tar.gz → 5.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/PKG-INFO +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/README.md +16 -16
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/__init__.py +4 -4
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/device_api.py +33 -33
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/fox_factory_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/gitlab_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/internal_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/release_api.py +36 -36
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/stats_api.py +9 -9
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api_client.py +3 -3
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/configuration.py +4 -4
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/exceptions.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/__init__.py +3 -3
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/body_change_password_profile_change_password_post.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/build_status_enum.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/build_task_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/build_task_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/device_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/device_stats_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/device_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/ff_status_enum.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/ff_status_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/global_stats_aggregation_model.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/http_validation_error.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/list_response_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/list_response_short_device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/list_response_short_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/list_response_str.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/list_response_user_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/log_list_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/log_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/maintainer_short_model.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/new_build_task_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/new_device_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/recovery_img_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_groups_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_internal_response_prop_value.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_stats_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_type.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/release_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/releases_sort.py +2 -2
- foxinternalclient-5.2.0/foxinternalclient/models/response_get_releases_releases_get.py → foxinternalclient-5.2.1/foxinternalclient/models/response_get_releases.py +8 -8
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/short_device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/short_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/task_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/token_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_gitlab.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_mail.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_telegram.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/user_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/validation_error.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/models/validation_error_loc_inner.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/rest.py +3 -3
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient.egg-info/PKG-INFO +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient.egg-info/SOURCES.txt +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/pyproject.toml +1 -1
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/setup.py +4 -4
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_body_change_password_profile_change_password_post.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_build_status_enum.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_build_task_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_build_task_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_device_api.py +11 -11
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_device_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_device_stats_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_device_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_ff_status_enum.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_ff_status_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_fox_factory_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_gitlab_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_global_stats_aggregation_model.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_http_validation_error.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_internal_api.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_list_response_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_list_response_short_device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_list_response_short_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_list_response_str.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_list_response_user_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_log_list_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_log_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_maintainer_short_model.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_new_build_task_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_new_device_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_recovery_img_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_api.py +10 -10
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_groups_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_internal_response_prop_value.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_stats_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_type.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_release_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_releases_sort.py +2 -2
- foxinternalclient-5.2.0/test/test_response_get_releases_releases_get.py → foxinternalclient-5.2.1/test/test_response_get_releases.py +13 -13
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_short_device_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_short_release_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_stats_api.py +4 -4
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_task_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_token_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_gitlab.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_internal_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_mail.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_short_response.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_telegram.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_user_update_body.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_validation_error.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/test/test_validation_error_loc_inner.py +2 -2
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/__init__.py +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api_response.py +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/py.typed +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient.egg-info/dependency_links.txt +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient.egg-info/requires.txt +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient.egg-info/top_level.txt +0 -0
- {foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: foxinternalclient
|
|
3
|
-
Version: 5.2.
|
|
3
|
+
Version: 5.2.1
|
|
4
4
|
Summary: Fox API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -21,5 +21,5 @@ Dynamic: keywords
|
|
|
21
21
|
Dynamic: requires-dist
|
|
22
22
|
Dynamic: summary
|
|
23
23
|
|
|
24
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
24
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
25
25
|
|
|
@@ -5,15 +5,15 @@ This would help us fighting against DDoS attacks in future, while keeping your a
|
|
|
5
5
|
In future, this may be a mandatory requirement.
|
|
6
6
|
|
|
7
7
|
To reduce the system load, the API endpoints are rate limited.
|
|
8
|
-
The default limit is
|
|
8
|
+
The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit.
|
|
9
9
|
|
|
10
10
|
The requests may be logged for analytics and development purposes.
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
14
14
|
|
|
15
|
-
- API version: 5.2.
|
|
16
|
-
- Package version: 5.2.
|
|
15
|
+
- API version: 5.2.1
|
|
16
|
+
- Package version: 5.2.1
|
|
17
17
|
- Generator version: 7.13.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
@@ -82,11 +82,11 @@ async with foxinternalclient.ApiClient(configuration) as api_client:
|
|
|
82
82
|
|
|
83
83
|
try:
|
|
84
84
|
# Get Device
|
|
85
|
-
api_response = await api_instance.
|
|
86
|
-
print("The response of DeviceApi->
|
|
85
|
+
api_response = await api_instance.get_device(device_id=device_id, id=id, codename=codename)
|
|
86
|
+
print("The response of DeviceApi->get_device:\n")
|
|
87
87
|
pprint(api_response)
|
|
88
88
|
except ApiException as e:
|
|
89
|
-
print("Exception when calling DeviceApi->
|
|
89
|
+
print("Exception when calling DeviceApi->get_device: %s\n" % e)
|
|
90
90
|
|
|
91
91
|
```
|
|
92
92
|
|
|
@@ -96,10 +96,10 @@ All URIs are relative to *https://api.orangefox.download*
|
|
|
96
96
|
|
|
97
97
|
Class | Method | HTTP request | Description
|
|
98
98
|
------------ | ------------- | ------------- | -------------
|
|
99
|
-
*DeviceApi* | [**
|
|
100
|
-
*DeviceApi* | [**
|
|
101
|
-
*DeviceApi* | [**
|
|
102
|
-
*DeviceApi* | [**
|
|
99
|
+
*DeviceApi* | [**get_device**](docs/DeviceApi.md#get_device) | **GET** /devices/get | Get Device
|
|
100
|
+
*DeviceApi* | [**get_device_deprecated**](docs/DeviceApi.md#get_device_deprecated) | **GET** /devices/{device_id} | Get Device Short
|
|
101
|
+
*DeviceApi* | [**get_devices**](docs/DeviceApi.md#get_devices) | **GET** /devices/ | Get Devices
|
|
102
|
+
*DeviceApi* | [**get_oems**](docs/DeviceApi.md#get_oems) | **GET** /oems/ | Get Oems
|
|
103
103
|
*FoxFactoryApi* | [**cancel_task_factory_task_id_cancel_post**](docs/FoxFactoryApi.md#cancel_task_factory_task_id_cancel_post) | **POST** /factory/{task_id}/cancel | Cancel Task
|
|
104
104
|
*FoxFactoryApi* | [**delete_task_factory_task_id_delete**](docs/FoxFactoryApi.md#delete_task_factory_task_id_delete) | **DELETE** /factory/{task_id} | Delete Task
|
|
105
105
|
*FoxFactoryApi* | [**factory_status_factory_status_get**](docs/FoxFactoryApi.md#factory_status_factory_status_get) | **GET** /factory/status | Factory Status
|
|
@@ -125,11 +125,11 @@ Class | Method | HTTP request | Description
|
|
|
125
125
|
*InternalApi* | [**renew_auth_renew_post**](docs/InternalApi.md#renew_auth_renew_post) | **POST** /auth/renew | Renew
|
|
126
126
|
*InternalApi* | [**update_device_internal_devices_device_id_put**](docs/InternalApi.md#update_device_internal_devices_device_id_put) | **PUT** /internal/devices/{device_id} | Update Device
|
|
127
127
|
*InternalApi* | [**update_user_internal_users_user_id_put**](docs/InternalApi.md#update_user_internal_users_user_id_put) | **PUT** /internal/users/{user_id} | Update User
|
|
128
|
-
*ReleaseApi* | [**
|
|
129
|
-
*ReleaseApi* | [**
|
|
130
|
-
*ReleaseApi* | [**
|
|
131
|
-
*ReleaseApi* | [**
|
|
132
|
-
*StatsApi* | [**
|
|
128
|
+
*ReleaseApi* | [**get_release**](docs/ReleaseApi.md#get_release) | **GET** /releases/get | Get Release
|
|
129
|
+
*ReleaseApi* | [**get_release_deprecated**](docs/ReleaseApi.md#get_release_deprecated) | **GET** /releases/{release_id} | Get Release Short
|
|
130
|
+
*ReleaseApi* | [**get_releases**](docs/ReleaseApi.md#get_releases) | **GET** /releases/ | Get Releases
|
|
131
|
+
*ReleaseApi* | [**get_updates_deprecated**](docs/ReleaseApi.md#get_updates_deprecated) | **GET** /updates/{last_known_id} | Get Updates
|
|
132
|
+
*StatsApi* | [**get_public_stats**](docs/StatsApi.md#get_public_stats) | **GET** /stats/ | Public Stats
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
## Documentation For Models
|
|
@@ -165,7 +165,7 @@ Class | Method | HTTP request | Description
|
|
|
165
165
|
- [ReleaseType](docs/ReleaseType.md)
|
|
166
166
|
- [ReleaseUpdateBody](docs/ReleaseUpdateBody.md)
|
|
167
167
|
- [ReleasesSort](docs/ReleasesSort.md)
|
|
168
|
-
- [
|
|
168
|
+
- [ResponseGetReleases](docs/ResponseGetReleases.md)
|
|
169
169
|
- [ShortDeviceResponse](docs/ShortDeviceResponse.md)
|
|
170
170
|
- [ShortReleaseResponse](docs/ShortReleaseResponse.md)
|
|
171
171
|
- [TaskUpdateBody](docs/TaskUpdateBody.md)
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"""
|
|
6
6
|
Fox API
|
|
7
7
|
|
|
8
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
8
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 5.2.
|
|
10
|
+
The version of the OpenAPI document: 5.2.1
|
|
11
11
|
Contact: admin@orangefox.tech
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "5.2.
|
|
18
|
+
__version__ = "5.2.1"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from foxinternalclient.api.device_api import DeviceApi
|
|
@@ -68,7 +68,7 @@ from foxinternalclient.models.release_stats_response import ReleaseStatsResponse
|
|
|
68
68
|
from foxinternalclient.models.release_type import ReleaseType
|
|
69
69
|
from foxinternalclient.models.release_update_body import ReleaseUpdateBody
|
|
70
70
|
from foxinternalclient.models.releases_sort import ReleasesSort
|
|
71
|
-
from foxinternalclient.models.
|
|
71
|
+
from foxinternalclient.models.response_get_releases import ResponseGetReleases
|
|
72
72
|
from foxinternalclient.models.short_device_response import ShortDeviceResponse
|
|
73
73
|
from foxinternalclient.models.short_release_response import ShortReleaseResponse
|
|
74
74
|
from foxinternalclient.models.task_update_body import TaskUpdateBody
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Fox API
|
|
5
5
|
|
|
6
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.1
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -43,7 +43,7 @@ class DeviceApi:
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
@validate_call
|
|
46
|
-
async def
|
|
46
|
+
async def get_device(
|
|
47
47
|
self,
|
|
48
48
|
device_id: Optional[Any] = None,
|
|
49
49
|
id: Annotated[Optional[Any], Field(description="Filter by Device ID (deprecated)")] = None,
|
|
@@ -93,7 +93,7 @@ class DeviceApi:
|
|
|
93
93
|
:return: Returns the result object.
|
|
94
94
|
""" # noqa: E501
|
|
95
95
|
|
|
96
|
-
_param = self.
|
|
96
|
+
_param = self._get_device_serialize(
|
|
97
97
|
device_id=device_id,
|
|
98
98
|
id=id,
|
|
99
99
|
codename=codename,
|
|
@@ -121,7 +121,7 @@ class DeviceApi:
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
@validate_call
|
|
124
|
-
async def
|
|
124
|
+
async def get_device_with_http_info(
|
|
125
125
|
self,
|
|
126
126
|
device_id: Optional[Any] = None,
|
|
127
127
|
id: Annotated[Optional[Any], Field(description="Filter by Device ID (deprecated)")] = None,
|
|
@@ -171,7 +171,7 @@ class DeviceApi:
|
|
|
171
171
|
:return: Returns the result object.
|
|
172
172
|
""" # noqa: E501
|
|
173
173
|
|
|
174
|
-
_param = self.
|
|
174
|
+
_param = self._get_device_serialize(
|
|
175
175
|
device_id=device_id,
|
|
176
176
|
id=id,
|
|
177
177
|
codename=codename,
|
|
@@ -199,7 +199,7 @@ class DeviceApi:
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
@validate_call
|
|
202
|
-
async def
|
|
202
|
+
async def get_device_without_preload_content(
|
|
203
203
|
self,
|
|
204
204
|
device_id: Optional[Any] = None,
|
|
205
205
|
id: Annotated[Optional[Any], Field(description="Filter by Device ID (deprecated)")] = None,
|
|
@@ -249,7 +249,7 @@ class DeviceApi:
|
|
|
249
249
|
:return: Returns the result object.
|
|
250
250
|
""" # noqa: E501
|
|
251
251
|
|
|
252
|
-
_param = self.
|
|
252
|
+
_param = self._get_device_serialize(
|
|
253
253
|
device_id=device_id,
|
|
254
254
|
id=id,
|
|
255
255
|
codename=codename,
|
|
@@ -272,7 +272,7 @@ class DeviceApi:
|
|
|
272
272
|
return response_data.response
|
|
273
273
|
|
|
274
274
|
|
|
275
|
-
def
|
|
275
|
+
def _get_device_serialize(
|
|
276
276
|
self,
|
|
277
277
|
device_id,
|
|
278
278
|
id,
|
|
@@ -348,7 +348,7 @@ class DeviceApi:
|
|
|
348
348
|
|
|
349
349
|
|
|
350
350
|
@validate_call
|
|
351
|
-
async def
|
|
351
|
+
async def get_device_deprecated(
|
|
352
352
|
self,
|
|
353
353
|
device_id: StrictStr,
|
|
354
354
|
_request_timeout: Union[
|
|
@@ -393,7 +393,7 @@ class DeviceApi:
|
|
|
393
393
|
""" # noqa: E501
|
|
394
394
|
warnings.warn("GET /devices/{device_id} is deprecated.", DeprecationWarning)
|
|
395
395
|
|
|
396
|
-
_param = self.
|
|
396
|
+
_param = self._get_device_deprecated_serialize(
|
|
397
397
|
device_id=device_id,
|
|
398
398
|
_request_auth=_request_auth,
|
|
399
399
|
_content_type=_content_type,
|
|
@@ -418,7 +418,7 @@ class DeviceApi:
|
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
@validate_call
|
|
421
|
-
async def
|
|
421
|
+
async def get_device_deprecated_with_http_info(
|
|
422
422
|
self,
|
|
423
423
|
device_id: StrictStr,
|
|
424
424
|
_request_timeout: Union[
|
|
@@ -463,7 +463,7 @@ class DeviceApi:
|
|
|
463
463
|
""" # noqa: E501
|
|
464
464
|
warnings.warn("GET /devices/{device_id} is deprecated.", DeprecationWarning)
|
|
465
465
|
|
|
466
|
-
_param = self.
|
|
466
|
+
_param = self._get_device_deprecated_serialize(
|
|
467
467
|
device_id=device_id,
|
|
468
468
|
_request_auth=_request_auth,
|
|
469
469
|
_content_type=_content_type,
|
|
@@ -488,7 +488,7 @@ class DeviceApi:
|
|
|
488
488
|
|
|
489
489
|
|
|
490
490
|
@validate_call
|
|
491
|
-
async def
|
|
491
|
+
async def get_device_deprecated_without_preload_content(
|
|
492
492
|
self,
|
|
493
493
|
device_id: StrictStr,
|
|
494
494
|
_request_timeout: Union[
|
|
@@ -533,7 +533,7 @@ class DeviceApi:
|
|
|
533
533
|
""" # noqa: E501
|
|
534
534
|
warnings.warn("GET /devices/{device_id} is deprecated.", DeprecationWarning)
|
|
535
535
|
|
|
536
|
-
_param = self.
|
|
536
|
+
_param = self._get_device_deprecated_serialize(
|
|
537
537
|
device_id=device_id,
|
|
538
538
|
_request_auth=_request_auth,
|
|
539
539
|
_content_type=_content_type,
|
|
@@ -553,7 +553,7 @@ class DeviceApi:
|
|
|
553
553
|
return response_data.response
|
|
554
554
|
|
|
555
555
|
|
|
556
|
-
def
|
|
556
|
+
def _get_device_deprecated_serialize(
|
|
557
557
|
self,
|
|
558
558
|
device_id,
|
|
559
559
|
_request_auth,
|
|
@@ -617,7 +617,7 @@ class DeviceApi:
|
|
|
617
617
|
|
|
618
618
|
|
|
619
619
|
@validate_call
|
|
620
|
-
async def
|
|
620
|
+
async def get_devices(
|
|
621
621
|
self,
|
|
622
622
|
id: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs")] = None,
|
|
623
623
|
id2: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
@@ -691,7 +691,7 @@ class DeviceApi:
|
|
|
691
691
|
:return: Returns the result object.
|
|
692
692
|
""" # noqa: E501
|
|
693
693
|
|
|
694
|
-
_param = self.
|
|
694
|
+
_param = self._get_devices_serialize(
|
|
695
695
|
id=id,
|
|
696
696
|
id2=id2,
|
|
697
697
|
oem_name=oem_name,
|
|
@@ -726,7 +726,7 @@ class DeviceApi:
|
|
|
726
726
|
|
|
727
727
|
|
|
728
728
|
@validate_call
|
|
729
|
-
async def
|
|
729
|
+
async def get_devices_with_http_info(
|
|
730
730
|
self,
|
|
731
731
|
id: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs")] = None,
|
|
732
732
|
id2: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
@@ -800,7 +800,7 @@ class DeviceApi:
|
|
|
800
800
|
:return: Returns the result object.
|
|
801
801
|
""" # noqa: E501
|
|
802
802
|
|
|
803
|
-
_param = self.
|
|
803
|
+
_param = self._get_devices_serialize(
|
|
804
804
|
id=id,
|
|
805
805
|
id2=id2,
|
|
806
806
|
oem_name=oem_name,
|
|
@@ -835,7 +835,7 @@ class DeviceApi:
|
|
|
835
835
|
|
|
836
836
|
|
|
837
837
|
@validate_call
|
|
838
|
-
async def
|
|
838
|
+
async def get_devices_without_preload_content(
|
|
839
839
|
self,
|
|
840
840
|
id: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs")] = None,
|
|
841
841
|
id2: Annotated[Optional[List[Any]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
@@ -909,7 +909,7 @@ class DeviceApi:
|
|
|
909
909
|
:return: Returns the result object.
|
|
910
910
|
""" # noqa: E501
|
|
911
911
|
|
|
912
|
-
_param = self.
|
|
912
|
+
_param = self._get_devices_serialize(
|
|
913
913
|
id=id,
|
|
914
914
|
id2=id2,
|
|
915
915
|
oem_name=oem_name,
|
|
@@ -939,7 +939,7 @@ class DeviceApi:
|
|
|
939
939
|
return response_data.response
|
|
940
940
|
|
|
941
941
|
|
|
942
|
-
def
|
|
942
|
+
def _get_devices_serialize(
|
|
943
943
|
self,
|
|
944
944
|
id,
|
|
945
945
|
id2,
|
|
@@ -1061,7 +1061,7 @@ class DeviceApi:
|
|
|
1061
1061
|
|
|
1062
1062
|
|
|
1063
1063
|
@validate_call
|
|
1064
|
-
async def
|
|
1064
|
+
async def get_oems(
|
|
1065
1065
|
self,
|
|
1066
1066
|
_request_timeout: Union[
|
|
1067
1067
|
None,
|
|
@@ -1076,7 +1076,7 @@ class DeviceApi:
|
|
|
1076
1076
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1077
1077
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1078
1078
|
) -> ListResponseStr:
|
|
1079
|
-
"""Get Oems
|
|
1079
|
+
"""Get Oems
|
|
1080
1080
|
|
|
1081
1081
|
Lists all OEM names
|
|
1082
1082
|
|
|
@@ -1102,7 +1102,7 @@ class DeviceApi:
|
|
|
1102
1102
|
:return: Returns the result object.
|
|
1103
1103
|
""" # noqa: E501
|
|
1104
1104
|
|
|
1105
|
-
_param = self.
|
|
1105
|
+
_param = self._get_oems_serialize(
|
|
1106
1106
|
_request_auth=_request_auth,
|
|
1107
1107
|
_content_type=_content_type,
|
|
1108
1108
|
_headers=_headers,
|
|
@@ -1124,7 +1124,7 @@ class DeviceApi:
|
|
|
1124
1124
|
|
|
1125
1125
|
|
|
1126
1126
|
@validate_call
|
|
1127
|
-
async def
|
|
1127
|
+
async def get_oems_with_http_info(
|
|
1128
1128
|
self,
|
|
1129
1129
|
_request_timeout: Union[
|
|
1130
1130
|
None,
|
|
@@ -1139,7 +1139,7 @@ class DeviceApi:
|
|
|
1139
1139
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1140
1140
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1141
1141
|
) -> ApiResponse[ListResponseStr]:
|
|
1142
|
-
"""Get Oems
|
|
1142
|
+
"""Get Oems
|
|
1143
1143
|
|
|
1144
1144
|
Lists all OEM names
|
|
1145
1145
|
|
|
@@ -1165,7 +1165,7 @@ class DeviceApi:
|
|
|
1165
1165
|
:return: Returns the result object.
|
|
1166
1166
|
""" # noqa: E501
|
|
1167
1167
|
|
|
1168
|
-
_param = self.
|
|
1168
|
+
_param = self._get_oems_serialize(
|
|
1169
1169
|
_request_auth=_request_auth,
|
|
1170
1170
|
_content_type=_content_type,
|
|
1171
1171
|
_headers=_headers,
|
|
@@ -1187,7 +1187,7 @@ class DeviceApi:
|
|
|
1187
1187
|
|
|
1188
1188
|
|
|
1189
1189
|
@validate_call
|
|
1190
|
-
async def
|
|
1190
|
+
async def get_oems_without_preload_content(
|
|
1191
1191
|
self,
|
|
1192
1192
|
_request_timeout: Union[
|
|
1193
1193
|
None,
|
|
@@ -1202,7 +1202,7 @@ class DeviceApi:
|
|
|
1202
1202
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1203
1203
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1204
1204
|
) -> RESTResponseType:
|
|
1205
|
-
"""Get Oems
|
|
1205
|
+
"""Get Oems
|
|
1206
1206
|
|
|
1207
1207
|
Lists all OEM names
|
|
1208
1208
|
|
|
@@ -1228,7 +1228,7 @@ class DeviceApi:
|
|
|
1228
1228
|
:return: Returns the result object.
|
|
1229
1229
|
""" # noqa: E501
|
|
1230
1230
|
|
|
1231
|
-
_param = self.
|
|
1231
|
+
_param = self._get_oems_serialize(
|
|
1232
1232
|
_request_auth=_request_auth,
|
|
1233
1233
|
_content_type=_content_type,
|
|
1234
1234
|
_headers=_headers,
|
|
@@ -1245,7 +1245,7 @@ class DeviceApi:
|
|
|
1245
1245
|
return response_data.response
|
|
1246
1246
|
|
|
1247
1247
|
|
|
1248
|
-
def
|
|
1248
|
+
def _get_oems_serialize(
|
|
1249
1249
|
self,
|
|
1250
1250
|
_request_auth,
|
|
1251
1251
|
_content_type,
|
{foxinternalclient-5.2.0 → foxinternalclient-5.2.1}/foxinternalclient/api/fox_factory_api.py
RENAMED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Fox API
|
|
5
5
|
|
|
6
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.1
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Fox API
|
|
5
5
|
|
|
6
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.1
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Fox API
|
|
5
5
|
|
|
6
|
-
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.1
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|