octodns-cloudns 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
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.
- octodns_cloudns/__init__.py +2 -2
- {octodns_cloudns-0.0.3.dist-info → octodns_cloudns-0.0.4.dist-info}/METADATA +1 -1
- octodns_cloudns-0.0.4.dist-info/RECORD +6 -0
- octodns_cloudns-0.0.3.dist-info/RECORD +0 -6
- {octodns_cloudns-0.0.3.dist-info → octodns_cloudns-0.0.4.dist-info}/LICENSE +0 -0
- {octodns_cloudns-0.0.3.dist-info → octodns_cloudns-0.0.4.dist-info}/WHEEL +0 -0
- {octodns_cloudns-0.0.3.dist-info → octodns_cloudns-0.0.4.dist-info}/top_level.txt +0 -0
octodns_cloudns/__init__.py
CHANGED
|
@@ -8,7 +8,7 @@ from octodns.record import Record
|
|
|
8
8
|
logging.basicConfig(level=logging.DEBUG)
|
|
9
9
|
logger = logging.getLogger(__name__)
|
|
10
10
|
|
|
11
|
-
__version__ = __VERSION__ = '0.0.
|
|
11
|
+
__version__ = __VERSION__ = '0.0.4'
|
|
12
12
|
|
|
13
13
|
class ClouDNSClientException(ProviderException):
|
|
14
14
|
pass
|
|
@@ -64,7 +64,7 @@ class ClouDNSClient(object):
|
|
|
64
64
|
# Currently hard-coded, but could offer XML in the future
|
|
65
65
|
self._type = 'json'
|
|
66
66
|
|
|
67
|
-
self._urlbase = 'https://
|
|
67
|
+
self._urlbase = 'https://api.cloudns.net/{0}.{1}?{4}={2}&auth-password={3}&{0}'.format(
|
|
68
68
|
'{}', self._type, self.auth_id, self.auth_password, self._auth_type)
|
|
69
69
|
|
|
70
70
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
octodns_cloudns/__init__.py,sha256=7fsXhtHmcANN5lB0T2XWDnSyvSxdNkSg3JYxtzCuFww,26917
|
|
2
|
+
octodns_cloudns-0.0.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
+
octodns_cloudns-0.0.4.dist-info/METADATA,sha256=WN04S6gwziUMdw50CeL-yEmnu2wNRfFQJDnVFa2TEhU,2423
|
|
4
|
+
octodns_cloudns-0.0.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
5
|
+
octodns_cloudns-0.0.4.dist-info/top_level.txt,sha256=t-gGz4zcl1yUE6hyw-aaR6KggpKY25v5xwsSJw-zBdY,16
|
|
6
|
+
octodns_cloudns-0.0.4.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
octodns_cloudns/__init__.py,sha256=hVc17wlwKSIlzJNrzh7w9PYj1KJktpxyqANZMKe7JDY,26920
|
|
2
|
-
octodns_cloudns-0.0.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
3
|
-
octodns_cloudns-0.0.3.dist-info/METADATA,sha256=dAr73tUR_3gpXbhI1iPFbmqYCZNtkFF6MNyyjvInDJo,2423
|
|
4
|
-
octodns_cloudns-0.0.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
5
|
-
octodns_cloudns-0.0.3.dist-info/top_level.txt,sha256=t-gGz4zcl1yUE6hyw-aaR6KggpKY25v5xwsSJw-zBdY,16
|
|
6
|
-
octodns_cloudns-0.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|