added CRUD operations

This commit is contained in:
Kristjan
2020-12-28 22:32:04 +01:00
parent 3c398a8276
commit 307a919d17
5 changed files with 152 additions and 11 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ from typing import NamedTuple
class Domains(NamedTuple):
id: str
wallet: str
domainName: str
domain: str
cfToken: str
cfZoneId: str
webhook: str
@@ -16,11 +16,11 @@ class Domains(NamedTuple):
class Subdomains(NamedTuple):
id: str
domainName: str
email: str
subdomain: str
ip: str
wallet: str
domain: str
subdomain: str
email: str
ip: str
sats: int
paid: bool
time: int