Skip to content

Node.js SDK is a connector library for the insanely fast HEXONET Backend API.

License

Notifications You must be signed in to change notification settings

centralnicgroup-opensource/rtldev-middleware-node-sdk

Repository files navigation

node-sdk

Contributor Covenant npm version node semantic-release Build Status License: MIT PRs welcome

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.

Deprecation Notice: Hexonet Node.js SDK

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.

Resources

Running the Demo Application

To run the demo application, follow these steps:

  1. 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 and CNR_TEST_PASSWORD in your terminal.
  1. Execute the Demo: Once your credentials are set, run the following command in the terminal:

    npm run test-demo
  2. 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.

Authors

FAQ / Notes

ESM/CJS Support: We followed the ESM-NODE Guide of TypeScript.

License

MIT