1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update to provide consistency

* Replaced camelCase with snake_case
* Change apikey to api_key
* Added check on record name before delete during domain_create
This commit is contained in:
John Dale
2020-07-18 08:03:27 +00:00
parent 317443b31b
commit f4aa96abe5
2 changed files with 24 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
#
#
from __future__ import absolute_import, division, print_function, \
unicode_literals