Repository: libcloud Updated Branches: refs/heads/trunk a2602376b -> 823abd594
[google dns] added link to API docs. Closes #459 Signed-off-by: Eric Johnson <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/823abd59 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/823abd59 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/823abd59 Branch: refs/heads/trunk Commit: 823abd59499e9609de30cb7c4b0b481992314a42 Parents: a260237 Author: Misha Brukman <[email protected]> Authored: Mon Feb 16 20:34:00 2015 -0500 Committer: Eric Johnson <[email protected]> Committed: Tue Feb 17 15:37:46 2015 +0000 ---------------------------------------------------------------------- libcloud/dns/drivers/google.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/823abd59/libcloud/dns/drivers/google.py ---------------------------------------------------------------------- diff --git a/libcloud/dns/drivers/google.py b/libcloud/dns/drivers/google.py index 01721eb..93fee58 100644 --- a/libcloud/dns/drivers/google.py +++ b/libcloud/dns/drivers/google.py @@ -17,6 +17,7 @@ __all__ = [ 'GoogleDNSDriver' ] +# API docs: https://cloud.google.com/dns/api/v1beta1 API_VERSION = 'v1beta1' import re
