koalalorenzo / python-digitalocean

🐍🐳 Python module to manage Digital Ocean droplets
GNU Lesser General Public License v3.0
1.26k stars 301 forks source link

add update method to Record class #270

Open evstratbg opened 5 years ago

evstratbg commented 5 years ago

add update domain record support

koalalorenzo commented 5 years ago

Do we have tests?

evstratbg commented 4 years ago

Oops, gonna code it this week

evstratbg commented 4 years ago

There is no tests for Record class. Should I implement this?

koalalorenzo commented 4 years ago

Yes that would be nice! Check how it has been done in other cases.