0.2.0 • Published 7 years ago

node-getui-killa v0.2.0

Weekly downloads
8
License
-
Repository
github
Last release
7 years ago

The GeTui Server SDK

Ge Tui

The server SDK is a wrapper of all the http/https API calls, which could be found here

Install

$ npm install node-getui

Init

var GeTui = require( 'node-getui' );
var api = new GeTui('HOST', 'APPKEY', 'MASTERSECRET');

The HOST can be http://sdk.open.api.igexin.com/apiex.htm or https://api.getui.com/apiex.htm.

License

MIT