You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Apologies for the discrepancy. The API implementation got stalled by the difficulty of getting system testing wired up (it requires having an actual DNS zone to work with). Cleaning up the docs to match the implementation as it evolved got stalled, I'm afraid.
Page Name: dns-usage
Release: 0.11.0
From the documentation, the accepted usage for the dns.Client#zone method is similar to this:
I tried same and I got this error:
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?
The text was updated successfully, but these errors were encountered: