From a270f265dbe34f656b3b5beef757788d63eee4be Mon Sep 17 00:00:00 2001 From: proohit Date: Sun, 1 May 2022 16:57:02 +0200 Subject: [PATCH] feat: added ToDos to docs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f1ef019..1d96401 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,17 @@ A node wrapper for the [Netcup CCP API](https://www.netcup-wiki.de/wiki/CCP_API) - `updateDnsRecordWithCurrentIp` to set the current public ip as destination. Works with ipv4 and ipv6. Default updates ipv4 only. Set parameter `useIpv6Only` to true to update ipv6 only. Set parameter `useIpv4AndIpv6` to true to update both ipv4 and ipv6. NOTE: Uses `public-ip` package to get the current public ip. - error handling: on any response that isn't `2000` from Netcup, an error with the `longmessage` from Netcup is thrown +## ToDo + +- ~~`login`~~ +- ~~`infoDnsZone`~~ +- ~~`infoDnsRecord`~~ +- ~~`updateDnsRecords`~~ (0.0.5) +- ~~`updateDnsRecordWithCurrentIp`~~ (0.0.6) +- `logout` +- reseller api functions +- different formats + ## Getting started ### Installation