1.0.2 • Published 8 years ago

saas-ms-app v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

RUN

npm start

Test

ava test/xxx.js

Generate client

make client

Use client

npm install tinfinite/saas-ms-app

import AppService from 'saas-ms-app';

const client = AppService('http://127.0.0.1:3050/');
const App = client.App;
const ret = await App.getAppInfo({app_id: '56c6c309243cb728205a3dff'});
console.log('ret = ', ret);