{"id":20434372,"url":"https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk","last_synced_at":"2026-04-03T00:31:44.203Z","repository":{"id":33153682,"uuid":"138883401","full_name":"centralnicgroup-opensource/rtldev-middleware-node-sdk","owner":"centralnicgroup-opensource","description":"Node.js SDK is a connector library for the insanely fast CentralNic Reseller (formerly RRPProxy) Backend API.","archived":false,"fork":false,"pushed_at":"2025-04-07T18:51:35.000Z","size":4921,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T21:11:45.199Z","etag":null,"topics":["api","api-communication","application","backorders","communication","connector","connector-library","dns","domain","hexonet","isp","nodejs","npm","premium","preregistration","registration","sdk","ssl-certificate"],"latest_commit_sha":null,"homepage":"https://www.teaminternet.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/centralnicgroup-opensource.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-27T13:11:01.000Z","updated_at":"2025-04-07T18:51:39.000Z","dependencies_parsed_at":"2023-02-16T23:00:31.108Z","dependency_job_id":"c4310d2c-a881-45cf-82d0-0188b9916a40","html_url":"https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk","commit_stats":{"total_commits":628,"total_committers":14,"mean_commits":"44.857142857142854","dds":0.555732484076433,"last_synced_commit":"695a3866df90e0c43b8bfe509398f646c50ba648"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centralnicgroup-opensource%2Frtldev-middleware-node-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centralnicgroup-opensource%2Frtldev-middleware-node-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centralnicgroup-opensource%2Frtldev-middleware-node-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centralnicgroup-opensource%2Frtldev-middleware-node-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centralnicgroup-opensource","download_url":"https://codeload.github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631682,"owners_count":21136562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-communication","application","backorders","communication","connector","connector-library","dns","domain","hexonet","isp","nodejs","npm","premium","preregistration","registration","sdk","ssl-certificate"],"created_at":"2024-11-15T08:26:15.277Z","updated_at":"2026-04-03T00:31:44.164Z","avatar_url":"https://github.com/centralnicgroup-opensource.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CentralNic Reseller NODE-SDK\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)\n[![npm version](https://img.shields.io/npm/v/@team-internet/apiconnector.svg?style=flat)](https://www.npmjs.com/package/@team-internet/apiconnector)\n[![node](https://img.shields.io/node/v/@team-internet/apiconnector.svg)](https://www.npmjs.com/package/@team-internet/apiconnector)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Build Status](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/workflows/Release/badge.svg?branch=master)](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/workflows/Release/badge.svg?branch=master)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/blob/master/CONTRIBUTING.md)\n\nThis module is a connector library for the insanely fast CentralNic Reseller (formerly RRPProxy) Backend API. For further informations visit our [homepage](https://www.centralnicreseller.com) and do not hesitate to [contact us](https://www.centralnicreseller.com/contact).\n\n## Deprecation Notice: Hexonet Node.js SDK\n\nThis 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.\n\n## Resources\n\n- [Documentation](https://support.centralnicreseller.com/hc/en-gb/articles/5714403954333-Self-Development-Kit-for-NodeJS)\n- [Release Notes](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/releases)\n\n## Running the Demo Application\n\nTo run the demo application, follow these steps:\n\n1. **Set Your Credentials**: Ensure your credentials are available. You can either:\n\n- Replace them directly in the application file.\n- Set the environment variables `CNR_TEST_USER` and `CNR_TEST_PASSWORD` in your terminal.\n\n2. **Execute the Demo**: Once your credentials are set, run the following command in the terminal:\n\n   ```sh\n   npm run test-demo\n   ```\n\n3. **Update Demo Contents**: If you need to update the contents of the demo file, you can find it at:\n\n   ```plaintext\n   tests/app.js\n   ```\n\nBy following these steps, you can successfully run and update the demo application.\n\n## Authors\n\n- **Kai Schwarz** - [KaiSchwarz-cnic](https://github.com/kaischwarz-cnic)\n- **Asif Nawaz** - [AsifNawaz-cnic](https://github.com/asifnawaz-cnic)\n\n## FAQ / Notes\n\nESM/CJS Support: We followed the [ESM-NODE Guide](https://www.typescriptlang.org/docs/handbook/esm-node.html) of TypeScript.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentralnicgroup-opensource%2Frtldev-middleware-node-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentralnicgroup-opensource%2Frtldev-middleware-node-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentralnicgroup-opensource%2Frtldev-middleware-node-sdk/lists"}