Skip to content

Commit

Permalink
feat: added ToDos to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed May 1, 2022
1 parent 8eda3ce commit a270f26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit a270f26

Please sign in to comment.