octodns-cloudns 0.0.3__tar.gz → 0.0.4__tar.gz
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.
Potentially problematic release.
This version of octodns-cloudns might be problematic. Click here for more details.
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/PKG-INFO +1 -1
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns/__init__.py +2 -2
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/PKG-INFO +1 -1
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/LICENSE +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/README.md +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/SOURCES.txt +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/dependency_links.txt +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/requires.txt +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/top_level.txt +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/setup.cfg +0 -0
- {octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/setup.py +0 -0
|
@@ -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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{octodns-cloudns-0.0.3 → octodns-cloudns-0.0.4}/octodns_cloudns.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|