benkonrath / transip-api

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

Added bulk_update_account.py #37

Closed rdegraafwhizzkit closed 5 years ago

rdegraafwhizzkit commented 5 years ago

Added bulk_update_account.py that holds functionality to update all relevant dns entries for an account to a new (current public) ip number.

benkonrath commented 5 years ago

Thanks for the PR. I don't think this script fits into this project. It would be better to create a separate repo or a gist for this and then add a section to the docs with a link to the script. We could also add other repos that are using the module so a sort of "Third Party Packages" section.

Django REST Framework has a good example of this: https://www.django-rest-framework.org/community/third-party-packages/#existing-third-party-packages

What do you think?

benkonrath commented 5 years ago

I'm closing this issue due to inactivity. Feel free to reopen it to restart the discussion.