sdk for Hosting Controller Provisioning API's.
The preferred way to install the hostingcontroller SDK for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:
npm install hostingcontroller-sdkTo use the TypeScript definition files within a Node.js project, simply import hostingcontroller-sdk as you normally would.
In a TypeScript file:
// import entire SDK
import * as hc from 'hostingcontroller-sdk';No Limitations in provisioning API''s till now.
Helping Urls will be provided later.
We welcome community contributions and pull requests.
This SDK is distributed under the [MIT License], see LICENSE.txt and NOTICE.txt for more information.