@nexys/namecheap
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Namecheap SDK

npm version Build and Test Package Publish Code style Bundlephobia

Get Started

import NamecheapClient from '@nexys/namecheap';

const username = "xx";
const apiKey = "xx";
const clientIp = "xx";

const c = new NamecheapClient({ username, apiKey, clientIp });

// available methods
c.getHosts()
c.setHosts()
c.addHosts()
c.deleteHosts()

Namecheap official documentation

https://www.namecheap.com/support/api/methods/domains-dns/set-hosts/

Readme

Keywords

Package Sidebar

Install

npm i @nexys/namecheap

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

24.8 kB

Total Files

16

Last publish

Collaborators

  • nexys