hostingcontroller-sdk
v1.0.8
Published
sdk for Hosting Controller Provisioning API's.
Downloads
3
Readme
sdk
sdk for Hosting Controller Provisioning API's.
Table of Contents:
Getting Started
How To Install
In Node.js
Usage with TypeScript
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-sdk
To 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';
Known Limitations
No Limitations in provisioning API''s till now.
Getting Help
Helping Urls will be provided later.
Contributing
We welcome community contributions and pull requests.
License
This SDK is distributed under the [MIT License], see LICENSE.txt and NOTICE.txt for more information.