Skip to content

[Documentation Issue] Resource Record Sets #1653

@ojengwa

Description

@ojengwa

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions