Bemmu/PyNamecheap

domains_getList() not working

Opened this issue · 0 comments

Good day,
The function below is gining an error '<namecheap.Api.LazyGetListIterator object at 0x00000227FCDAE3C8>'

def test_domains_getList():
api = Api(username, api_key, username, ip_address, sandbox=True)
iter(api.domains_getList())