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
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
I'm a python n00b so maybe it's my error but it seems like I am having some issues using some of the methods. For example, I can do a simple doctl.compute.domain.list() without any issue.
However, when I try to do something more complex, like doctl.compute.domain.records.list(domain="mydomain.com") I get an error AttributeError: 'ComputeDomain' object has no attribute 'records'
Am I missing something obvious? Thanks for any help and this project!