Skip to content

Commit a3d96eb

Browse files
committed
Updated: 2025-10-09
1 parent 396a6dd commit a3d96eb

16 files changed

+0
-775
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ docs/CreateMultipleDomainMailboxes201Response.md
108108
docs/CreateMultipleDomainMailboxesRequest.md
109109
docs/CreateNetworkDrive.md
110110
docs/CreateNetworkDrive201Response.md
111-
docs/CreatePayment.md
112111
docs/CreateProject.md
113112
docs/CreateProject201Response.md
114113
docs/CreateRule.md
@@ -233,7 +232,6 @@ docs/GetFinances200Response.md
233232
docs/GetFloatingIps200Response.md
234233
docs/GetKey200Response.md
235234
docs/GetKeys200Response.md
236-
docs/GetLinkCardPayment200Response.md
237235
docs/GetLocations200Response.md
238236
docs/GetMailQuota200Response.md
239237
docs/GetMailboxes200Response.md
@@ -321,7 +319,6 @@ docs/NotificationSettingChannel.md
321319
docs/NotificationSettingChannels.md
322320
docs/NotificationSettingType.md
323321
docs/OS.md
324-
docs/PaymentType.md
325322
docs/PaymentsApi.md
326323
docs/PerformActionOnBackupRequest.md
327324
docs/PerformActionOnServerRequest.md
@@ -551,7 +548,6 @@ test/test_create_multiple_domain_mailboxes201_response.py
551548
test/test_create_multiple_domain_mailboxes_request.py
552549
test/test_create_network_drive.py
553550
test/test_create_network_drive201_response.py
554-
test/test_create_payment.py
555551
test/test_create_project.py
556552
test/test_create_project201_response.py
557553
test/test_create_rule.py
@@ -676,7 +672,6 @@ test/test_get_finances200_response.py
676672
test/test_get_floating_ips200_response.py
677673
test/test_get_key200_response.py
678674
test/test_get_keys200_response.py
679-
test/test_get_link_card_payment200_response.py
680675
test/test_get_locations200_response.py
681676
test/test_get_mail_quota200_response.py
682677
test/test_get_mailboxes200_response.py
@@ -764,7 +759,6 @@ test/test_notification_setting_channel.py
764759
test/test_notification_setting_channels.py
765760
test/test_notification_setting_type.py
766761
test/test_os.py
767-
test/test_payment_type.py
768762
test/test_payments_api.py
769763
test/test_perform_action_on_backup_request.py
770764
test/test_perform_action_on_server_request.py
@@ -1010,7 +1004,6 @@ timeweb_cloud_api/models/create_multiple_domain_mailboxes201_response.py
10101004
timeweb_cloud_api/models/create_multiple_domain_mailboxes_request.py
10111005
timeweb_cloud_api/models/create_network_drive.py
10121006
timeweb_cloud_api/models/create_network_drive201_response.py
1013-
timeweb_cloud_api/models/create_payment.py
10141007
timeweb_cloud_api/models/create_project.py
10151008
timeweb_cloud_api/models/create_project201_response.py
10161009
timeweb_cloud_api/models/create_rule.py
@@ -1130,7 +1123,6 @@ timeweb_cloud_api/models/get_finances200_response.py
11301123
timeweb_cloud_api/models/get_floating_ips200_response.py
11311124
timeweb_cloud_api/models/get_key200_response.py
11321125
timeweb_cloud_api/models/get_keys200_response.py
1133-
timeweb_cloud_api/models/get_link_card_payment200_response.py
11341126
timeweb_cloud_api/models/get_locations200_response.py
11351127
timeweb_cloud_api/models/get_mail_quota200_response.py
11361128
timeweb_cloud_api/models/get_mailboxes200_response.py
@@ -1213,7 +1205,6 @@ timeweb_cloud_api/models/notification_setting_channel.py
12131205
timeweb_cloud_api/models/notification_setting_channels.py
12141206
timeweb_cloud_api/models/notification_setting_type.py
12151207
timeweb_cloud_api/models/os.py
1216-
timeweb_cloud_api/models/payment_type.py
12171208
timeweb_cloud_api/models/perform_action_on_backup_request.py
12181209
timeweb_cloud_api/models/perform_action_on_server_request.py
12191210
timeweb_cloud_api/models/policy.py

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ Class | Method | HTTP request | Description
428428
*NetworkDrivesApi* | [**unmount_network_drive**](docs/NetworkDrivesApi.md#unmount_network_drive) | **POST** /api/v1/network-drives/{network_drive_id}/unmount | Отключить сетевой диск от сервиса
429429
*NetworkDrivesApi* | [**update_network_drive**](docs/NetworkDrivesApi.md#update_network_drive) | **PATCH** /api/v1/network-drives/{network_drive_id} | Изменение сетевого диска по ID
430430
*PaymentsApi* | [**get_finances**](docs/PaymentsApi.md#get_finances) | **GET** /api/v1/account/finances | Получение платежной информации
431-
*PaymentsApi* | [**get_link_card_payment**](docs/PaymentsApi.md#get_link_card_payment) | **POST** /api/v1/account/payment-link | Получение ссылки на оплату
432431
*PaymentsApi* | [**get_service_prices**](docs/PaymentsApi.md#get_service_prices) | **GET** /api/v1/account/services/cost | Получение стоимости сервисов
433432
*ProjectsApi* | [**add_balancer_to_project**](docs/ProjectsApi.md#add_balancer_to_project) | **POST** /api/v1/projects/{project_id}/resources/balancers | Добавление балансировщика в проект
434433
*ProjectsApi* | [**add_cluster_to_project**](docs/ProjectsApi.md#add_cluster_to_project) | **POST** /api/v1/projects/{project_id}/resources/clusters | Добавление кластера в проект
@@ -624,7 +623,6 @@ Class | Method | HTTP request | Description
624623
- [CreateMultipleDomainMailboxesRequest](docs/CreateMultipleDomainMailboxesRequest.md)
625624
- [CreateNetworkDrive](docs/CreateNetworkDrive.md)
626625
- [CreateNetworkDrive201Response](docs/CreateNetworkDrive201Response.md)
627-
- [CreatePayment](docs/CreatePayment.md)
628626
- [CreateProject](docs/CreateProject.md)
629627
- [CreateProject201Response](docs/CreateProject201Response.md)
630628
- [CreateRule](docs/CreateRule.md)
@@ -744,7 +742,6 @@ Class | Method | HTTP request | Description
744742
- [GetFloatingIps200Response](docs/GetFloatingIps200Response.md)
745743
- [GetKey200Response](docs/GetKey200Response.md)
746744
- [GetKeys200Response](docs/GetKeys200Response.md)
747-
- [GetLinkCardPayment200Response](docs/GetLinkCardPayment200Response.md)
748745
- [GetLocations200Response](docs/GetLocations200Response.md)
749746
- [GetMailQuota200Response](docs/GetMailQuota200Response.md)
750747
- [GetMailboxes200Response](docs/GetMailboxes200Response.md)
@@ -827,7 +824,6 @@ Class | Method | HTTP request | Description
827824
- [NotificationSettingChannels](docs/NotificationSettingChannels.md)
828825
- [NotificationSettingType](docs/NotificationSettingType.md)
829826
- [OS](docs/OS.md)
830-
- [PaymentType](docs/PaymentType.md)
831827
- [PerformActionOnBackupRequest](docs/PerformActionOnBackupRequest.md)
832828
- [PerformActionOnServerRequest](docs/PerformActionOnServerRequest.md)
833829
- [Policy](docs/Policy.md)

docs/CreatePayment.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/GetLinkCardPayment200Response.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/PaymentType.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/PaymentsApi.md

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ All URIs are relative to *https://api.timeweb.cloud*
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**get_finances**](PaymentsApi.md#get_finances) | **GET** /api/v1/account/finances | Получение платежной информации
8-
[**get_link_card_payment**](PaymentsApi.md#get_link_card_payment) | **POST** /api/v1/account/payment-link | Получение ссылки на оплату
98
[**get_service_prices**](PaymentsApi.md#get_service_prices) | **GET** /api/v1/account/services/cost | Получение стоимости сервисов
109

1110

@@ -85,87 +84,6 @@ This endpoint does not need any parameter.
8584

8685
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
8786

88-
# **get_link_card_payment**
89-
> GetLinkCardPayment200Response get_link_card_payment(create_payment)
90-
91-
Получение ссылки на оплату
92-
93-
Чтобы получить ссылку на оплату, отправьте POST-запрос на `/api/v1/account/payment-link`.
94-
95-
### Example
96-
97-
* Bearer (JWT) Authentication (Bearer):
98-
```python
99-
import time
100-
import os
101-
import timeweb_cloud_api
102-
from timeweb_cloud_api.models.create_payment import CreatePayment
103-
from timeweb_cloud_api.models.get_link_card_payment200_response import GetLinkCardPayment200Response
104-
from timeweb_cloud_api.rest import ApiException
105-
from pprint import pprint
106-
107-
# Defining the host is optional and defaults to https://api.timeweb.cloud
108-
# See configuration.py for a list of all supported configuration parameters.
109-
configuration = timeweb_cloud_api.Configuration(
110-
host = "https://api.timeweb.cloud"
111-
)
112-
113-
# The client must configure the authentication and authorization parameters
114-
# in accordance with the API server security policy.
115-
# Examples for each auth method are provided below, use the example that
116-
# satisfies your auth use case.
117-
118-
# Configure Bearer authorization (JWT): Bearer
119-
configuration = timeweb_cloud_api.Configuration(
120-
access_token = os.environ["BEARER_TOKEN"]
121-
)
122-
123-
# Enter a context with an instance of the API client
124-
with timeweb_cloud_api.ApiClient(configuration) as api_client:
125-
# Create an instance of the API class
126-
api_instance = timeweb_cloud_api.PaymentsApi(api_client)
127-
create_payment = timeweb_cloud_api.CreatePayment() # CreatePayment |
128-
129-
try:
130-
# Получение ссылки на оплату
131-
api_response = api_instance.get_link_card_payment(create_payment)
132-
print("The response of PaymentsApi->get_link_card_payment:\n")
133-
pprint(api_response)
134-
except Exception as e:
135-
print("Exception when calling PaymentsApi->get_link_card_payment: %s\n" % e)
136-
```
137-
138-
139-
### Parameters
140-
141-
Name | Type | Description | Notes
142-
------------- | ------------- | ------------- | -------------
143-
**create_payment** | [**CreatePayment**](CreatePayment.md)| |
144-
145-
### Return type
146-
147-
[**GetLinkCardPayment200Response**](GetLinkCardPayment200Response.md)
148-
149-
### Authorization
150-
151-
[Bearer](../README.md#Bearer)
152-
153-
### HTTP request headers
154-
155-
- **Content-Type**: application/json
156-
- **Accept**: application/json
157-
158-
### HTTP response details
159-
| Status code | Description | Response headers |
160-
|-------------|-------------|------------------|
161-
**200** | Объект JSON c ключом `confirmation_url` | - |
162-
**400** | | - |
163-
**401** | | - |
164-
**429** | | - |
165-
**500** | | - |
166-
167-
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
168-
16987
# **get_service_prices**
17088
> GetServicePrices200Response get_service_prices()
17189

0 commit comments

Comments
 (0)