python3-core-api-client 2.8.2__tar.gz → 2.10__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.
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/PKG-INFO +2 -2
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/README.md +1 -1
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/pyproject.toml +1 -1
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/models.py +16 -17
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/virtual_hosts.py +8 -8
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/python3_core_api_client.egg-info/PKG-INFO +2 -2
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/setup.cfg +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/__init__.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/_encoders.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/_helpers.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/connector.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/exceptions.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/http.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/interfaces.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/__init__.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/basic_authentication_realms.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/borg_archives.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/borg_repositories.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/certificate_managers.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/certificates.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/clusters.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/cmses.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/crons.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/custom_config_snippets.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/custom_configs.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/customers.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/daemons.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/database_user_grants.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/database_users.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/databases.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/domain_routers.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/firewall_groups.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/firewall_rules.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/fpm_pools.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/ftp_users.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/haproxy_listens.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/haproxy_listens_to_nodes.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/health.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/hosts_entries.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/htpasswd_files.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/htpasswd_users.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/login.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/logs.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/mail_accounts.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/mail_aliases.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/mail_domains.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/mail_hostnames.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/malwares.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/mariadb_encryption_keys.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/node_add_ons.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/nodes.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/passenger_apps.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/redis_instances.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/regions.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/root_ssh_keys.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/security_txt_policies.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/ssh_keys.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/task_collections.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/unix_users.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/resources/url_redirects.py +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/python3_core_api_client.egg-info/SOURCES.txt +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/python3_core_api_client.egg-info/dependency_links.txt +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/python3_core_api_client.egg-info/requires.txt +0 -0
- {python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/python3_core_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-core-api-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.10
|
|
4
4
|
Summary: Python client for Core API.
|
|
5
5
|
Author-email: Cyberfusion <support@cyberfusion.io>
|
|
6
6
|
Project-URL: Source, https://github.com/CyberfusionIO/python3-core-api-client
|
|
@@ -13,7 +13,7 @@ Requires-Dist: pydantic[dotenv,email]==1.10.4
|
|
|
13
13
|
|
|
14
14
|
Python client for Core API.
|
|
15
15
|
|
|
16
|
-
This client was built for and tested on the **1.
|
|
16
|
+
This client was built for and tested on the **1.260.0** version of the API.
|
|
17
17
|
|
|
18
18
|
## Support
|
|
19
19
|
|
|
@@ -102,6 +102,7 @@ class AllowOverrideOptionDirectiveEnum(StrEnum):
|
|
|
102
102
|
|
|
103
103
|
class BasicAuthenticationRealmCreateRequest(CoreApiModel):
|
|
104
104
|
directory_path: Optional[str]
|
|
105
|
+
uri_path: Optional[str]
|
|
105
106
|
virtual_host_id: int
|
|
106
107
|
name: constr(regex=r"^[a-zA-Z0-9-_ ]+$", min_length=1, max_length=64)
|
|
107
108
|
htpasswd_file_id: int
|
|
@@ -346,7 +347,7 @@ class DaemonCreateRequest(CoreApiModel):
|
|
|
346
347
|
name: constr(regex=r"^[a-z0-9-_]+$", min_length=1, max_length=64)
|
|
347
348
|
unix_user_id: int
|
|
348
349
|
command: constr(regex=r"^[ -~]+$", min_length=1, max_length=65535)
|
|
349
|
-
nodes_ids: List[int] = Field(...,
|
|
350
|
+
nodes_ids: List[int] = Field(..., unique_items=True)
|
|
350
351
|
memory_limit: Optional[conint(ge=256)] = None
|
|
351
352
|
cpu_limit: Optional[int] = None
|
|
352
353
|
|
|
@@ -963,6 +964,7 @@ class ServiceAccountGroupEnum(StrEnum):
|
|
|
963
964
|
|
|
964
965
|
class ShellNameEnum(StrEnum):
|
|
965
966
|
BASH = "Bash"
|
|
967
|
+
NOLOGIN = "nologin"
|
|
966
968
|
|
|
967
969
|
|
|
968
970
|
class RegionIncludes(CoreApiModel):
|
|
@@ -1033,17 +1035,17 @@ class UNIXUserComparison(CoreApiModel):
|
|
|
1033
1035
|
|
|
1034
1036
|
class UNIXUserCreateRequest(CoreApiModel):
|
|
1035
1037
|
username: constr(regex=r"^[a-z0-9-_]+$", min_length=1, max_length=32)
|
|
1036
|
-
virtual_hosts_directory: Optional[str]
|
|
1037
|
-
mail_domains_directory: Optional[str]
|
|
1038
|
+
virtual_hosts_directory: Optional[str] = None
|
|
1039
|
+
mail_domains_directory: Optional[str] = None
|
|
1038
1040
|
cluster_id: int
|
|
1039
1041
|
password: Optional[constr(regex=r"^[ -~]+$", min_length=24, max_length=255)]
|
|
1040
1042
|
shell_name: ShellNameEnum = ShellNameEnum.BASH
|
|
1041
1043
|
record_usage_files: bool = False
|
|
1042
|
-
default_php_version: Optional[str]
|
|
1043
|
-
default_nodejs_version: Optional[constr(regex=r"^[0-9]{1,2}\.[0-9]{1,2}$")]
|
|
1044
|
+
default_php_version: Optional[str] = None
|
|
1045
|
+
default_nodejs_version: Optional[constr(regex=r"^[0-9]{1,2}\.[0-9]{1,2}$")] = None
|
|
1044
1046
|
description: Optional[
|
|
1045
1047
|
constr(regex=r"^[a-zA-Z0-9-_ ]+$", min_length=1, max_length=255)
|
|
1046
|
-
]
|
|
1048
|
+
] = None
|
|
1047
1049
|
shell_is_namespaced: bool = True
|
|
1048
1050
|
|
|
1049
1051
|
|
|
@@ -1150,7 +1152,6 @@ class VirtualHostUpdateRequest(CoreApiModel):
|
|
|
1150
1152
|
List[AllowOverrideOptionDirectiveEnum]
|
|
1151
1153
|
] = None
|
|
1152
1154
|
server_software_name: Optional[VirtualHostServerSoftwareNameEnum] = None
|
|
1153
|
-
public_root: Optional[str] = None
|
|
1154
1155
|
|
|
1155
1156
|
|
|
1156
1157
|
class BorgArchiveContent(CoreApiModel):
|
|
@@ -1435,7 +1436,7 @@ class IPAddressProduct(CoreApiModel):
|
|
|
1435
1436
|
currency: constr(regex=r"^[A-Z]+$", min_length=3, max_length=3)
|
|
1436
1437
|
|
|
1437
1438
|
|
|
1438
|
-
class
|
|
1439
|
+
class VirtualHostAccessLogResource(CoreApiModel):
|
|
1439
1440
|
remote_address: str
|
|
1440
1441
|
raw_message: constr(min_length=1, max_length=65535)
|
|
1441
1442
|
method: Optional[LogMethodEnum] = None
|
|
@@ -1445,7 +1446,7 @@ class WebServerLogAccessResource(CoreApiModel):
|
|
|
1445
1446
|
bytes_sent: conint(ge=0)
|
|
1446
1447
|
|
|
1447
1448
|
|
|
1448
|
-
class
|
|
1449
|
+
class VirtualHostErrorLogResource(CoreApiModel):
|
|
1449
1450
|
remote_address: str
|
|
1450
1451
|
raw_message: constr(min_length=1, max_length=65535)
|
|
1451
1452
|
method: Optional[LogMethodEnum] = None
|
|
@@ -1692,13 +1693,12 @@ class VirtualHostCreateRequest(CoreApiModel):
|
|
|
1692
1693
|
List[AllowOverrideOptionDirectiveEnum]
|
|
1693
1694
|
] = None
|
|
1694
1695
|
domain: str
|
|
1695
|
-
public_root: str
|
|
1696
1696
|
unix_user_id: int
|
|
1697
1697
|
server_aliases: List[str] = Field(
|
|
1698
1698
|
[],
|
|
1699
1699
|
unique_items=True,
|
|
1700
1700
|
)
|
|
1701
|
-
document_root: str
|
|
1701
|
+
document_root: str | None = None
|
|
1702
1702
|
fpm_pool_id: Optional[int] = None
|
|
1703
1703
|
passenger_app_id: Optional[int] = None
|
|
1704
1704
|
custom_config: Optional[
|
|
@@ -1798,7 +1798,7 @@ class DaemonResource(CoreApiModel):
|
|
|
1798
1798
|
name: constr(regex=r"^[a-z0-9-_]+$", min_length=1, max_length=64)
|
|
1799
1799
|
unix_user_id: int
|
|
1800
1800
|
command: constr(regex=r"^[ -~]+$", min_length=1, max_length=65535)
|
|
1801
|
-
nodes_ids: List[int] = Field(...,
|
|
1801
|
+
nodes_ids: List[int] = Field(..., unique_items=True)
|
|
1802
1802
|
memory_limit: Optional[conint(ge=256)]
|
|
1803
1803
|
cpu_limit: Optional[int]
|
|
1804
1804
|
includes: DaemonIncludes
|
|
@@ -2014,7 +2014,9 @@ class NodeCreateRequest(CoreApiModel):
|
|
|
2014
2014
|
...,
|
|
2015
2015
|
unique_items=True,
|
|
2016
2016
|
)
|
|
2017
|
-
comment: Optional[
|
|
2017
|
+
comment: Optional[
|
|
2018
|
+
constr(regex=r"^[a-zA-Z0-9-_ ]+$", min_length=1, max_length=255)
|
|
2019
|
+
] = None
|
|
2018
2020
|
load_balancer_health_checks_groups_pairs: Dict[NodeGroupEnum, List[NodeGroupEnum]]
|
|
2019
2021
|
|
|
2020
2022
|
|
|
@@ -2101,10 +2103,8 @@ class VirtualHostResource(CoreApiModel):
|
|
|
2101
2103
|
server_software_name: VirtualHostServerSoftwareNameEnum
|
|
2102
2104
|
allow_override_directives: Optional[List[AllowOverrideDirectiveEnum]]
|
|
2103
2105
|
allow_override_option_directives: Optional[List[AllowOverrideOptionDirectiveEnum]]
|
|
2104
|
-
domain_root: str
|
|
2105
2106
|
cluster_id: int
|
|
2106
2107
|
domain: str
|
|
2107
|
-
public_root: str
|
|
2108
2108
|
server_aliases: List[str] = Field(
|
|
2109
2109
|
...,
|
|
2110
2110
|
unique_items=True,
|
|
@@ -2128,6 +2128,7 @@ class BasicAuthenticationRealmResource(CoreApiModel):
|
|
|
2128
2128
|
updated_at: datetime
|
|
2129
2129
|
cluster_id: int
|
|
2130
2130
|
directory_path: Optional[str]
|
|
2131
|
+
uri_path: Optional[str]
|
|
2131
2132
|
virtual_host_id: int
|
|
2132
2133
|
name: constr(regex=r"^[a-zA-Z0-9-_ ]+$", min_length=1, max_length=64)
|
|
2133
2134
|
htpasswd_file_id: int
|
|
@@ -3310,10 +3311,8 @@ class UrlRedirectsSearchRequest(CoreApiModel):
|
|
|
3310
3311
|
class VirtualHostsSearchRequest(CoreApiModel):
|
|
3311
3312
|
unix_user_id: Optional[int] = None
|
|
3312
3313
|
server_software_name: Optional[VirtualHostServerSoftwareNameEnum] = None
|
|
3313
|
-
domain_root: Optional[str] = None
|
|
3314
3314
|
cluster_id: Optional[int] = None
|
|
3315
3315
|
domain: Optional[str] = None
|
|
3316
|
-
public_root: Optional[str] = None
|
|
3317
3316
|
server_aliases: Optional[str] = None
|
|
3318
3317
|
document_root: Optional[str] = None
|
|
3319
3318
|
fpm_pool_id: Optional[int] = None
|
|
@@ -103,7 +103,7 @@ class VirtualHosts(Resource):
|
|
|
103
103
|
|
|
104
104
|
return DtoResponse.from_response(local_response, models.VirtualHostDocumentRoot)
|
|
105
105
|
|
|
106
|
-
def
|
|
106
|
+
def sync_document_roots_of_virtual_hosts(
|
|
107
107
|
self,
|
|
108
108
|
*,
|
|
109
109
|
left_virtual_host_id: int,
|
|
@@ -113,7 +113,7 @@ class VirtualHosts(Resource):
|
|
|
113
113
|
) -> DtoResponse[models.TaskCollectionResource]:
|
|
114
114
|
local_response = self.api_connector.send_or_fail(
|
|
115
115
|
"POST",
|
|
116
|
-
f"/api/v1/virtual-hosts/{left_virtual_host_id}/
|
|
116
|
+
f"/api/v1/virtual-hosts/{left_virtual_host_id}/document-root/sync",
|
|
117
117
|
data=None,
|
|
118
118
|
query_parameters={
|
|
119
119
|
"callback_url": callback_url,
|
|
@@ -124,14 +124,14 @@ class VirtualHosts(Resource):
|
|
|
124
124
|
|
|
125
125
|
return DtoResponse.from_response(local_response, models.TaskCollectionResource)
|
|
126
126
|
|
|
127
|
-
def
|
|
127
|
+
def list_virtual_host_access_logs(
|
|
128
128
|
self,
|
|
129
129
|
*,
|
|
130
130
|
id_: int,
|
|
131
131
|
timestamp: Optional[str] = None,
|
|
132
132
|
sort: Optional[str] = None,
|
|
133
133
|
page: int = 1,
|
|
134
|
-
) -> DtoResponse[list[models.
|
|
134
|
+
) -> DtoResponse[list[models.VirtualHostAccessLogResource]]:
|
|
135
135
|
local_response = self.api_connector.send_or_fail(
|
|
136
136
|
"GET",
|
|
137
137
|
f"/api/v1/virtual-hosts/{id_}/logs/access",
|
|
@@ -143,17 +143,17 @@ class VirtualHosts(Resource):
|
|
|
143
143
|
)
|
|
144
144
|
|
|
145
145
|
return DtoResponse.from_response(
|
|
146
|
-
local_response, models.
|
|
146
|
+
local_response, models.VirtualHostAccessLogResource
|
|
147
147
|
)
|
|
148
148
|
|
|
149
|
-
def
|
|
149
|
+
def list_virtual_host_error_logs(
|
|
150
150
|
self,
|
|
151
151
|
*,
|
|
152
152
|
id_: int,
|
|
153
153
|
timestamp: Optional[str] = None,
|
|
154
154
|
sort: Optional[str] = None,
|
|
155
155
|
page: int = 1,
|
|
156
|
-
) -> DtoResponse[list[models.
|
|
156
|
+
) -> DtoResponse[list[models.VirtualHostErrorLogResource]]:
|
|
157
157
|
local_response = self.api_connector.send_or_fail(
|
|
158
158
|
"GET",
|
|
159
159
|
f"/api/v1/virtual-hosts/{id_}/logs/error",
|
|
@@ -165,5 +165,5 @@ class VirtualHosts(Resource):
|
|
|
165
165
|
)
|
|
166
166
|
|
|
167
167
|
return DtoResponse.from_response(
|
|
168
|
-
local_response, models.
|
|
168
|
+
local_response, models.VirtualHostErrorLogResource
|
|
169
169
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python3-core-api-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.10
|
|
4
4
|
Summary: Python client for Core API.
|
|
5
5
|
Author-email: Cyberfusion <support@cyberfusion.io>
|
|
6
6
|
Project-URL: Source, https://github.com/CyberfusionIO/python3-core-api-client
|
|
@@ -13,7 +13,7 @@ Requires-Dist: pydantic[dotenv,email]==1.10.4
|
|
|
13
13
|
|
|
14
14
|
Python client for Core API.
|
|
15
15
|
|
|
16
|
-
This client was built for and tested on the **1.
|
|
16
|
+
This client was built for and tested on the **1.260.0** version of the API.
|
|
17
17
|
|
|
18
18
|
## Support
|
|
19
19
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python3_core_api_client-2.8.2 → python3_core_api_client-2.10}/src/cyberfusion/CoreApiClient/http.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|