@pidginhost/sdk 0.2.0
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.
- package/.openapi-generator/FILES +223 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +727 -0
- package/api.ts +33802 -0
- package/base.ts +62 -0
- package/common.ts +128 -0
- package/configuration.ts +121 -0
- package/dist/api.d.ts +15244 -0
- package/dist/api.js +30223 -0
- package/dist/base.d.ts +42 -0
- package/dist/base.js +46 -0
- package/dist/common.d.ts +35 -0
- package/dist/common.js +140 -0
- package/dist/configuration.d.ts +98 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +15244 -0
- package/dist/esm/api.js +30179 -0
- package/dist/esm/base.d.ts +42 -0
- package/dist/esm/base.js +41 -0
- package/dist/esm/common.d.ts +35 -0
- package/dist/esm/common.js +127 -0
- package/dist/esm/configuration.d.ts +98 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/pidginhost.d.ts +8 -0
- package/dist/esm/pidginhost.js +13 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +34 -0
- package/dist/pidginhost.d.ts +8 -0
- package/dist/pidginhost.js +17 -0
- package/docs/APITokenCreate.md +28 -0
- package/docs/APITokenList.md +32 -0
- package/docs/AccountApi.md +1999 -0
- package/docs/ActivateFreeDNS.md +24 -0
- package/docs/ActivateFreeDNSResponse.md +24 -0
- package/docs/ActivityLogEntry.md +22 -0
- package/docs/ActivityLogResponse.md +20 -0
- package/docs/AddServerResponse.md +20 -0
- package/docs/Address.md +34 -0
- package/docs/AttachIPv4.md +20 -0
- package/docs/AttachIPv6.md +20 -0
- package/docs/AttachVolume.md +20 -0
- package/docs/BillingApi.md +1885 -0
- package/docs/CancelServiceResponse.md +22 -0
- package/docs/ChangeBillingCycle.md +20 -0
- package/docs/ChangeBillingCycleResponse.md +22 -0
- package/docs/ChangeCompany.md +20 -0
- package/docs/ChangeCompanyResponse.md +22 -0
- package/docs/ChangePassword.md +20 -0
- package/docs/CheckAvailability.md +20 -0
- package/docs/CloudApi.md +8433 -0
- package/docs/ClusterAdd.md +32 -0
- package/docs/ClusterAddResponse.md +20 -0
- package/docs/ClusterDetail.md +48 -0
- package/docs/ClusterPackage.md +24 -0
- package/docs/ClusterType.md +26 -0
- package/docs/ClusterTypeEnum.md +11 -0
- package/docs/Company.md +36 -0
- package/docs/ConnectVMRequest.md +20 -0
- package/docs/ConnectVMResponse.md +22 -0
- package/docs/ConnectedVM.md +24 -0
- package/docs/ConnectedVMsResponse.md +20 -0
- package/docs/ConsoleToken.md +22 -0
- package/docs/ContactTypeEnum.md +15 -0
- package/docs/ContactsUpdate.md +22 -0
- package/docs/ContactsUpdateResponse.md +20 -0
- package/docs/CountryEnum.md +515 -0
- package/docs/DNSRecord.md +53 -0
- package/docs/DNSRecordCreate.md +53 -0
- package/docs/DNSRecordCreateTypeEnum.md +21 -0
- package/docs/DNSRecordMutateResponse.md +22 -0
- package/docs/DeactivateFreeDNS.md +22 -0
- package/docs/DeactivateFreeDNSResponse.md +20 -0
- package/docs/DedicatedApi.md +551 -0
- package/docs/DedicatedRDNS.md +22 -0
- package/docs/DedicatedServer.md +39 -0
- package/docs/DeleteRecord.md +20 -0
- package/docs/DeleteRecordResponse.md +22 -0
- package/docs/Department.md +22 -0
- package/docs/Deposit.md +32 -0
- package/docs/DepositCreate.md +20 -0
- package/docs/DepositStatusEnum.md +15 -0
- package/docs/DestroyProtection.md +20 -0
- package/docs/DetachIPv4.md +20 -0
- package/docs/DetachIPv4Response.md +20 -0
- package/docs/DetachIPv6.md +20 -0
- package/docs/DetachIPv6Response.md +20 -0
- package/docs/DetachVolume.md +20 -0
- package/docs/DisconnectVMRequest.md +20 -0
- package/docs/DisconnectVMResponse.md +22 -0
- package/docs/Domain.md +42 -0
- package/docs/DomainApi.md +2047 -0
- package/docs/DomainCancelResponse.md +22 -0
- package/docs/DomainCreate.md +24 -0
- package/docs/DomainRegistrant.md +44 -0
- package/docs/EmailHistory.md +28 -0
- package/docs/FeatureUpgradeRequest.md +22 -0
- package/docs/FeatureUpgradeResponse.md +22 -0
- package/docs/FeaturesEnum.md +17 -0
- package/docs/FirewallRule.md +42 -0
- package/docs/FirewallRuleDirectionEnum.md +11 -0
- package/docs/FirewallRulesSet.md +28 -0
- package/docs/FirewallRulesSetStatusEnum.md +13 -0
- package/docs/FreeDNSDomain.md +24 -0
- package/docs/FreednsApi.md +655 -0
- package/docs/FundsBalanceResponse.md +26 -0
- package/docs/FundsLog.md +30 -0
- package/docs/FwPolicyOutEnum.md +13 -0
- package/docs/HTTPRoute.md +45 -0
- package/docs/HostingApi.md +327 -0
- package/docs/HostingChangePasswordResponse.md +20 -0
- package/docs/HostingService.md +39 -0
- package/docs/InvoiceDetail.md +50 -0
- package/docs/InvoiceList.md +40 -0
- package/docs/KubeUpgradeResponse.md +20 -0
- package/docs/KubeVersionEnum.md +13 -0
- package/docs/KubernetesApi.md +6209 -0
- package/docs/LBFirewallRule.md +44 -0
- package/docs/LBFirewallRuleActionEnum.md +13 -0
- package/docs/LBFirewallRuleDirectionEnum.md +11 -0
- package/docs/LowBalanceSettings.md +24 -0
- package/docs/NameserversUpdate.md +20 -0
- package/docs/NameserversUpdateResponse.md +20 -0
- package/docs/NodeMetricsResponse.md +32 -0
- package/docs/NodeRRDResponse.md +22 -0
- package/docs/NotificationSettingsResponse.md +26 -0
- package/docs/OSImage.md +28 -0
- package/docs/OperationEnum.md +27 -0
- package/docs/PaginatedAPITokenListList.md +26 -0
- package/docs/PaginatedClusterDetailList.md +26 -0
- package/docs/PaginatedClusterTypeList.md +26 -0
- package/docs/PaginatedCompanyList.md +26 -0
- package/docs/PaginatedDedicatedServerList.md +26 -0
- package/docs/PaginatedDepositList.md +26 -0
- package/docs/PaginatedDomainList.md +26 -0
- package/docs/PaginatedDomainRegistrantList.md +26 -0
- package/docs/PaginatedEmailHistoryList.md +26 -0
- package/docs/PaginatedFundsLogList.md +26 -0
- package/docs/PaginatedHostingServiceList.md +26 -0
- package/docs/PaginatedInvoiceListList.md +26 -0
- package/docs/PaginatedLBFirewallRuleList.md +26 -0
- package/docs/PaginatedOSImageList.md +26 -0
- package/docs/PaginatedPrivateNetworkList.md +26 -0
- package/docs/PaginatedPublicIPv4List.md +26 -0
- package/docs/PaginatedPublicIPv6List.md +26 -0
- package/docs/PaginatedResourcePoolList.md +26 -0
- package/docs/PaginatedResourcePoolNodeList.md +26 -0
- package/docs/PaginatedSSHKeyList.md +26 -0
- package/docs/PaginatedServerList.md +26 -0
- package/docs/PaginatedServerProductList.md +26 -0
- package/docs/PaginatedServiceListList.md +26 -0
- package/docs/PaginatedSnapshotList.md +26 -0
- package/docs/PaginatedStorageProductList.md +26 -0
- package/docs/PaginatedSubscriptionList.md +26 -0
- package/docs/PaginatedTLDList.md +26 -0
- package/docs/PaginatedTicketListList.md +26 -0
- package/docs/PatchedClusterDetail.md +48 -0
- package/docs/PatchedCompany.md +36 -0
- package/docs/PatchedDomain.md +42 -0
- package/docs/PatchedDomainRegistrant.md +44 -0
- package/docs/PatchedFirewallRule.md +42 -0
- package/docs/PatchedFirewallRulesSet.md +28 -0
- package/docs/PatchedHTTPRoute.md +45 -0
- package/docs/PatchedLBFirewallRule.md +44 -0
- package/docs/PatchedPrivateNetwork.md +30 -0
- package/docs/PatchedProfile.md +26 -0
- package/docs/PatchedResourcePool.md +28 -0
- package/docs/PatchedSSHKey.md +26 -0
- package/docs/PatchedTCPRoute.md +41 -0
- package/docs/PatchedUDPRoute.md +41 -0
- package/docs/PatchedVolume.md +32 -0
- package/docs/PayWithFundsResponse.md +22 -0
- package/docs/PowerAction.md +20 -0
- package/docs/PowerActionActionEnum.md +15 -0
- package/docs/PowerActionResponse.md +20 -0
- package/docs/PowerManagement.md +20 -0
- package/docs/PowerManagementRequest.md +20 -0
- package/docs/PowerManagementRequestActionEnum.md +15 -0
- package/docs/Priority3cdEnum.md +13 -0
- package/docs/PrivateNetwork.md +30 -0
- package/docs/PrivateNetworkAddHost.md +22 -0
- package/docs/PrivateNetworkRemoveHost.md +20 -0
- package/docs/Profile.md +26 -0
- package/docs/PublicIPv4.md +32 -0
- package/docs/PublicIPv6.md +32 -0
- package/docs/PublicInterface.md +30 -0
- package/docs/RDNSUpdateResponse.md +20 -0
- package/docs/Reinstall.md +20 -0
- package/docs/ReinstallResponse.md +20 -0
- package/docs/RemoveServerResponse.md +20 -0
- package/docs/RenewDomain.md +20 -0
- package/docs/ResourcePool.md +28 -0
- package/docs/ResourcePoolAdd.md +22 -0
- package/docs/ResourcePoolAddResponse.md +20 -0
- package/docs/ResourcePoolNode.md +24 -0
- package/docs/RetryProvision.md +20 -0
- package/docs/ReverseDNS.md +20 -0
- package/docs/SSHKey.md +26 -0
- package/docs/SchemaApi.md +117 -0
- package/docs/ScopeEnum.md +11 -0
- package/docs/Server.md +42 -0
- package/docs/ServerAdd.md +58 -0
- package/docs/ServerAddResponse.md +20 -0
- package/docs/ServerProduct.md +24 -0
- package/docs/ServerProductUpgrade.md +20 -0
- package/docs/ServerUpgradeResponse.md +20 -0
- package/docs/ServerUsageResponse.md +28 -0
- package/docs/Service.md +40 -0
- package/docs/ServiceList.md +36 -0
- package/docs/Snapshot.md +30 -0
- package/docs/SnapshotCreate.md +24 -0
- package/docs/SnapshotCreateQueued.md +20 -0
- package/docs/SnapshotDeleteQueued.md +20 -0
- package/docs/SnapshotRollbackQueued.md +20 -0
- package/docs/SourceEnum.md +11 -0
- package/docs/Status03cEnum.md +21 -0
- package/docs/Status63aEnum.md +23 -0
- package/docs/StatusA57Enum.md +31 -0
- package/docs/StatusEf2Enum.md +15 -0
- package/docs/StorageProduct.md +34 -0
- package/docs/Subscription.md +34 -0
- package/docs/SubscriptionStatusEnum.md +15 -0
- package/docs/SupportApi.md +841 -0
- package/docs/TCPRoute.md +41 -0
- package/docs/TLD.md +38 -0
- package/docs/TalosUpgradeResponse.md +20 -0
- package/docs/ThresholdTypeEnum.md +13 -0
- package/docs/TicketCloseResponse.md +22 -0
- package/docs/TicketCreate.md +30 -0
- package/docs/TicketCreatePriorityEnum.md +13 -0
- package/docs/TicketDetail.md +34 -0
- package/docs/TicketList.md +32 -0
- package/docs/TicketReopenResponse.md +22 -0
- package/docs/TicketReply.md +22 -0
- package/docs/TicketReplyResponse.md +20 -0
- package/docs/ToggleAutoPaymentResponse.md +22 -0
- package/docs/TransferRoDomain.md +22 -0
- package/docs/Type2faEnum.md +11 -0
- package/docs/UDPRoute.md +41 -0
- package/docs/Volume.md +32 -0
- package/git_push.sh +57 -0
- package/index.ts +19 -0
- package/package.json +33 -0
- package/pidginhost.ts +20 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedPrivateNetworkList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<PrivateNetwork>**](PrivateNetwork.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedPrivateNetworkList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedPrivateNetworkList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedPublicIPv4List
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<PublicIPv4>**](PublicIPv4.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedPublicIPv4List } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedPublicIPv4List = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedPublicIPv6List
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<PublicIPv6>**](PublicIPv6.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedPublicIPv6List } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedPublicIPv6List = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedResourcePoolList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<ResourcePool>**](ResourcePool.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedResourcePoolList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedResourcePoolList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedResourcePoolNodeList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<ResourcePoolNode>**](ResourcePoolNode.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedResourcePoolNodeList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedResourcePoolNodeList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedSSHKeyList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<SSHKey>**](SSHKey.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedSSHKeyList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedSSHKeyList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedServerList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<Server>**](Server.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedServerList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedServerList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedServerProductList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<ServerProduct>**](ServerProduct.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedServerProductList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedServerProductList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedServiceListList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<ServiceList>**](ServiceList.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedServiceListList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedServiceListList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedSnapshotList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<Snapshot>**](Snapshot.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedSnapshotList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedSnapshotList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedStorageProductList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<StorageProduct>**](StorageProduct.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedStorageProductList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedStorageProductList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedSubscriptionList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<Subscription>**](Subscription.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedSubscriptionList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedSubscriptionList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedTLDList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<TLD>**](TLD.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedTLDList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedTLDList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# PaginatedTicketListList
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**count** | **number** | | [default to undefined]
|
|
9
|
+
**next** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**previous** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**results** | [**Array<TicketList>**](TicketList.md) | | [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { PaginatedTicketListList } from '@pidginhost/sdk';
|
|
17
|
+
|
|
18
|
+
const instance: PaginatedTicketListList = {
|
|
19
|
+
count,
|
|
20
|
+
next,
|
|
21
|
+
previous,
|
|
22
|
+
results,
|
|
23
|
+
};
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# PatchedClusterDetail
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**status** | [**StatusA57Enum**](StatusA57Enum.md) | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**cluster_type** | **string** | | [optional] [readonly] [default to undefined]
|
|
12
|
+
**kube_version** | **string** | | [optional] [readonly] [default to undefined]
|
|
13
|
+
**price_per_month** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**price_per_hour** | **string** | | [optional] [readonly] [default to undefined]
|
|
15
|
+
**features** | [**Array<FeaturesEnum>**](FeaturesEnum.md) | | [optional] [default to undefined]
|
|
16
|
+
**features_ready** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
17
|
+
**kubeconfig_valid_until** | **string** | | [optional] [readonly] [default to undefined]
|
|
18
|
+
**ipv4_address** | **string** | | [optional] [readonly] [default to undefined]
|
|
19
|
+
**_protected** | **boolean** | | [optional] [default to undefined]
|
|
20
|
+
**talos_version** | **string** | | [optional] [readonly] [default to undefined]
|
|
21
|
+
**talos_upgrade_available** | **string** | | [optional] [readonly] [default to undefined]
|
|
22
|
+
**talos_next_version** | **string** | | [optional] [readonly] [default to undefined]
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```typescript
|
|
27
|
+
import { PatchedClusterDetail } from '@pidginhost/sdk';
|
|
28
|
+
|
|
29
|
+
const instance: PatchedClusterDetail = {
|
|
30
|
+
id,
|
|
31
|
+
status,
|
|
32
|
+
name,
|
|
33
|
+
cluster_type,
|
|
34
|
+
kube_version,
|
|
35
|
+
price_per_month,
|
|
36
|
+
price_per_hour,
|
|
37
|
+
features,
|
|
38
|
+
features_ready,
|
|
39
|
+
kubeconfig_valid_until,
|
|
40
|
+
ipv4_address,
|
|
41
|
+
_protected,
|
|
42
|
+
talos_version,
|
|
43
|
+
talos_upgrade_available,
|
|
44
|
+
talos_next_version,
|
|
45
|
+
};
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PatchedCompany
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**cif_vat** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**reg** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**iban** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**bank** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**contact_name** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**contact_email** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**address** | [**Address**](Address.md) | | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PatchedCompany } from '@pidginhost/sdk';
|
|
22
|
+
|
|
23
|
+
const instance: PatchedCompany = {
|
|
24
|
+
id,
|
|
25
|
+
name,
|
|
26
|
+
cif_vat,
|
|
27
|
+
reg,
|
|
28
|
+
iban,
|
|
29
|
+
bank,
|
|
30
|
+
contact_name,
|
|
31
|
+
contact_email,
|
|
32
|
+
address,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# PatchedDomain
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**domain** | **string** | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**tld** | [**TLD**](TLD.md) | | [optional] [readonly] [default to undefined]
|
|
11
|
+
**idna** | **boolean** | Domain name is encoded with IDN | [optional] [readonly] [default to undefined]
|
|
12
|
+
**nameservers** | **string** | List of 2-5 name-servers separated by comma. | [optional] [default to undefined]
|
|
13
|
+
**expiration_date** | **string** | | [optional] [readonly] [default to undefined]
|
|
14
|
+
**registration_date** | **string** | | [optional] [readonly] [default to undefined]
|
|
15
|
+
**service** | [**Service**](Service.md) | | [optional] [readonly] [default to undefined]
|
|
16
|
+
**idna_name** | **string** | | [optional] [readonly] [default to undefined]
|
|
17
|
+
**max_renew_years** | **number** | | [optional] [readonly] [default to undefined]
|
|
18
|
+
**service_status** | **string** | Service status | [optional] [readonly] [default to undefined]
|
|
19
|
+
**contacts** | **any** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { PatchedDomain } from '@pidginhost/sdk';
|
|
25
|
+
|
|
26
|
+
const instance: PatchedDomain = {
|
|
27
|
+
id,
|
|
28
|
+
domain,
|
|
29
|
+
tld,
|
|
30
|
+
idna,
|
|
31
|
+
nameservers,
|
|
32
|
+
expiration_date,
|
|
33
|
+
registration_date,
|
|
34
|
+
service,
|
|
35
|
+
idna_name,
|
|
36
|
+
max_renew_years,
|
|
37
|
+
service_status,
|
|
38
|
+
contacts,
|
|
39
|
+
};
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# PatchedDomainRegistrant
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**first_name** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**last_name** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**company** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**address** | **string** | | [optional] [default to undefined]
|
|
13
|
+
**city** | **string** | | [optional] [default to undefined]
|
|
14
|
+
**region** | **string** | | [optional] [default to undefined]
|
|
15
|
+
**postal_code** | **string** | | [optional] [default to undefined]
|
|
16
|
+
**country** | [**CountryEnum**](CountryEnum.md) | | [optional] [default to undefined]
|
|
17
|
+
**email** | **string** | | [optional] [default to undefined]
|
|
18
|
+
**phone** | **string** | | [optional] [default to undefined]
|
|
19
|
+
**cif_cnp** | **string** | | [optional] [default to undefined]
|
|
20
|
+
**reg_com** | **string** | | [optional] [default to undefined]
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```typescript
|
|
25
|
+
import { PatchedDomainRegistrant } from '@pidginhost/sdk';
|
|
26
|
+
|
|
27
|
+
const instance: PatchedDomainRegistrant = {
|
|
28
|
+
id,
|
|
29
|
+
first_name,
|
|
30
|
+
last_name,
|
|
31
|
+
company,
|
|
32
|
+
address,
|
|
33
|
+
city,
|
|
34
|
+
region,
|
|
35
|
+
postal_code,
|
|
36
|
+
country,
|
|
37
|
+
email,
|
|
38
|
+
phone,
|
|
39
|
+
cif_cnp,
|
|
40
|
+
reg_com,
|
|
41
|
+
};
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# PatchedFirewallRule
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**direction** | [**FirewallRuleDirectionEnum**](FirewallRuleDirectionEnum.md) | | [optional] [default to undefined]
|
|
10
|
+
**action** | [**FwPolicyOutEnum**](FwPolicyOutEnum.md) | | [optional] [default to undefined]
|
|
11
|
+
**protocol** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**source** | **string** | single IP, range (20.34.101.207-201.3.9.99) or comma separated list | [optional] [default to undefined]
|
|
13
|
+
**sport** | **string** | numbers (0-65535), range (\"\\d+:\\d+\", like \"80:85\"), comma separated list | [optional] [default to undefined]
|
|
14
|
+
**destination** | **string** | single IP, range (20.34.101.207-201.3.9.99) or comma separated list | [optional] [default to undefined]
|
|
15
|
+
**dport** | **string** | numbers (0-65535), range (\"\\d+:\\d+\", like \"80:85\"), comma separated list | [optional] [default to undefined]
|
|
16
|
+
**enabled** | **boolean** | | [optional] [default to undefined]
|
|
17
|
+
**position** | **number** | | [optional] [default to undefined]
|
|
18
|
+
**has_error** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
19
|
+
**error_message** | **string** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { PatchedFirewallRule } from '@pidginhost/sdk';
|
|
25
|
+
|
|
26
|
+
const instance: PatchedFirewallRule = {
|
|
27
|
+
id,
|
|
28
|
+
direction,
|
|
29
|
+
action,
|
|
30
|
+
protocol,
|
|
31
|
+
source,
|
|
32
|
+
sport,
|
|
33
|
+
destination,
|
|
34
|
+
dport,
|
|
35
|
+
enabled,
|
|
36
|
+
position,
|
|
37
|
+
has_error,
|
|
38
|
+
error_message,
|
|
39
|
+
};
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# PatchedFirewallRulesSet
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
9
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**status** | [**FirewallRulesSetStatusEnum**](FirewallRulesSetStatusEnum.md) | | [optional] [readonly] [default to undefined]
|
|
11
|
+
**rules** | [**Array<FirewallRule>**](FirewallRule.md) | | [optional] [readonly] [default to undefined]
|
|
12
|
+
**read_only** | **boolean** | used with free tier vm | [optional] [readonly] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { PatchedFirewallRulesSet } from '@pidginhost/sdk';
|
|
18
|
+
|
|
19
|
+
const instance: PatchedFirewallRulesSet = {
|
|
20
|
+
id,
|
|
21
|
+
name,
|
|
22
|
+
status,
|
|
23
|
+
rules,
|
|
24
|
+
read_only,
|
|
25
|
+
};
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# PatchedHTTPRoute
|
|
2
|
+
|
|
3
|
+
Serializer for HTTPRoute resources with automatic certificate issuance.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | | [optional] [readonly] [default to undefined]
|
|
10
|
+
**name** | **string** | | [optional] [default to undefined]
|
|
11
|
+
**namespace** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**hostnames** | **Array<string>** | List of hostnames to route (e.g., [\"example.com\", \"www.example.com\"]) | [optional] [default to undefined]
|
|
13
|
+
**backend_service_name** | **string** | Name of the backend Kubernetes Service | [optional] [default to undefined]
|
|
14
|
+
**backend_service_port** | **number** | Port of the backend Service | [optional] [default to undefined]
|
|
15
|
+
**backend_namespace** | **string** | Namespace of the backend Service | [optional] [default to 'default']
|
|
16
|
+
**path_prefix** | **string** | Path prefix to match (default: /) | [optional] [default to '/']
|
|
17
|
+
**enable_tls** | **boolean** | Enable TLS termination with automatic certificate issuance | [optional] [default to true]
|
|
18
|
+
**status_ready** | **boolean** | | [optional] [readonly] [default to undefined]
|
|
19
|
+
**status_message** | **string** | | [optional] [readonly] [default to undefined]
|
|
20
|
+
**created** | **string** | | [optional] [readonly] [default to undefined]
|
|
21
|
+
**updated** | **string** | | [optional] [readonly] [default to undefined]
|
|
22
|
+
|
|
23
|
+
## Example
|
|
24
|
+
|
|
25
|
+
```typescript
|
|
26
|
+
import { PatchedHTTPRoute } from '@pidginhost/sdk';
|
|
27
|
+
|
|
28
|
+
const instance: PatchedHTTPRoute = {
|
|
29
|
+
id,
|
|
30
|
+
name,
|
|
31
|
+
namespace,
|
|
32
|
+
hostnames,
|
|
33
|
+
backend_service_name,
|
|
34
|
+
backend_service_port,
|
|
35
|
+
backend_namespace,
|
|
36
|
+
path_prefix,
|
|
37
|
+
enable_tls,
|
|
38
|
+
status_ready,
|
|
39
|
+
status_message,
|
|
40
|
+
created,
|
|
41
|
+
updated,
|
|
42
|
+
};
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|