This module is a connector library for the insanely fast CentralNic Reseller Backend API. For further informations visit our homepage and do not hesitate to contact us.
This SDK succeeds the deprecated Hexonet Node.js SDK. It is an enhanced version that builds upon the foundation laid by the Hexonet SDK, offering improved features and performance. Hexonet is migrating to CentralNic Reseller, ensuring continued support and development under the new branding.
To run the demo application, follow these steps:
- Set Your Credentials: Ensure your credentials are available. You can either:
- Replace them directly in the application file.
- Set the environment variables
CNR_TEST_USER
andCNR_TEST_PASSWORD
in your terminal.
-
Execute the Demo: Once your credentials are set, run the following command in the terminal:
npm run test-demo
-
Update Demo Contents: If you need to update the contents of the demo file, you can find it at:
tests/app.js
By following these steps, you can successfully run and update the demo application.
- Kai Schwarz - KaiSchwarz-cnic
- Asif Nawaz - AsifNawaz-cnic
ESM/CJS Support: We followed the ESM-NODE Guide of TypeScript.
MIT