Skip to content

Commit a5407a1

Browse files
authored
feat(webhosting): add implementation (#72)
1 parent 474a512 commit a5407a1

File tree

12 files changed

+2786
-0
lines changed

12 files changed

+2786
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# This file was automatically generated. DO NOT EDIT.
2+
# If you have any remark or suggestion do not hesitate to open an issue.
3+
from .types import DnsRecordStatus
4+
from .types import DnsRecordType
5+
from .types import DnsRecordsStatus
6+
from .types import HostingDnsStatus
7+
from .types import HostingStatus
8+
from .types import ListHostingsRequestOrderBy
9+
from .types import ListOffersRequestOrderBy
10+
from .types import NameserverStatus
11+
from .types import DnsRecord
12+
from .types import DnsRecords
13+
from .types import Hosting
14+
from .types import HostingCpanelUrls
15+
from .types import HostingOption
16+
from .types import ListHostingsResponse
17+
from .types import ListOffersResponse
18+
from .types import Nameserver
19+
from .types import Offer
20+
from .types import OfferProduct
21+
from .content import HOSTING_TRANSIENT_STATUSES
22+
from .api import WebhostingV1Alpha1API
23+
24+
__all__ = [
25+
"DnsRecordStatus",
26+
"DnsRecordType",
27+
"DnsRecordsStatus",
28+
"HostingDnsStatus",
29+
"HostingStatus",
30+
"ListHostingsRequestOrderBy",
31+
"ListOffersRequestOrderBy",
32+
"NameserverStatus",
33+
"DnsRecord",
34+
"DnsRecords",
35+
"Hosting",
36+
"HostingCpanelUrls",
37+
"HostingOption",
38+
"ListHostingsResponse",
39+
"ListOffersResponse",
40+
"Nameserver",
41+
"Offer",
42+
"OfferProduct",
43+
"HOSTING_TRANSIENT_STATUSES",
44+
"WebhostingV1Alpha1API",
45+
]

0 commit comments

Comments
 (0)