koalalorenzo/python-digitalocean

Domains get records result problem

Closed this issue · 2 comments

Hello,

Get recrods method returns only id of record. When I don't know id of record, I cant search with record name

This has been an issue related to the DigitalOcean API structure, that would require a little of computation to fix it. This library won't do that as it is meat to provide a direct interface with very little of logic inside, to make it KISS.

But, probably they have updated the API.

Please reopen in case, PR are welcome to change behaviour or update the code according to the API.