benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

Implement setDnsEntries(domain_name, dns_entries) API Call #11

Closed arjan-s closed 9 years ago

arjan-s commented 9 years ago

This branch implements the getDnsEntries API call of the TransIP API and adds a test for it.

mhogerheijde commented 9 years ago

Cool!

I propose to remove the pylint rule that data-transfer-objects should have public methods, agreed?

arjan-s commented 9 years ago

Agreed on the pylint requirement. Classes like DnsEntry don't need a lot of methods.

arjan-s commented 9 years ago

What do you think about this version? I disabled too-few-public-methods locally, and added a more descriptive module docstring.

mhogerheijde commented 9 years ago

Nice! Thanks :-)