-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.
Description
Page Name: dns-usage
Release: 0.11.0
From the documentation, the accepted usage for the dns.Client#zone method is similar to this:
zone = client.zone('acme-co')
I tried same and I got this error:
...
TypeError: zone() takes exactly 3 arguments (2 given)
On introspection, I observed that the signature for the dns.Client#zone method is def zone(self, name, dns_name):. It seems so far that a lot of the API docs/lib is broken...
Any reasons why, please?
Metadata
Metadata
Assignees
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.