Skip to content

Java 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-java-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a895cb · Mar 31, 2025
Nov 11, 2024
Apr 29, 2024
Mar 31, 2025
Mar 31, 2025
Nov 11, 2024
Mar 21, 2023
Nov 13, 2024
May 20, 2021
Mar 31, 2025
Jan 19, 2024
Nov 11, 2024
Nov 30, 2018
Nov 29, 2018
May 20, 2021
Nov 11, 2024
Nov 21, 2024
Nov 14, 2024
Mar 31, 2025

Repository files navigation

java-sdk

semantic-release Build Status Maven metadata URI Release 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 Java SDK

This SDK succeeds the deprecated Hexonet Java 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

Release Notes

For detailed release notes, please visit the Release Notes page.

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:

    src/test/java/com/centralnicreseller/apiconnector/App.java
    

By following these steps, you can successfully run and update the demo application.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details