1.0.0 • Published 8 years ago

api-user v1.0.0

Weekly downloads
3
License
-
Repository
-
Last release
8 years ago

api

Api - JavaScript client for api \u7528\u6237\u6CE8\u518C This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build date: 2016-04-25T10:41:00.282Z
  • Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install api --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/api then install it via:

npm install YOUR_USERNAME/api --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Getting Started

Please follow the installation instruction and execute the following JS code:

var Api = require('api');

var api = new Api.DefaultApi()

var token = "token_example"; // {String} \u7528\u6237token


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.checkTokenPost(token, callback);

Documentation for API Endpoints

All URIs are relative to http://115.159.113.37:15110/

ClassMethodHTTP requestDescription
Api.DefaultApicheckTokenPostPOST /checkToken\u67E5\u8BE2token\u662F\u5426\u5931\u6548
Api.DefaultApiloginPostPOST /login\u7528\u6237\u767B\u5F55
Api.DefaultApilogoutPostPOST /logout\u9000\u51FA\u767B\u5F55
Api.DefaultApiregisterPostPOST /register\u7528\u6237\u6CE8\u518C
Api.DefaultApiregisterSendMsgPostPOST /registerSendMsg\u6CE8\u518C\u53D1\u9001\u77ED\u4FE1\u9A8C\u8BC1\u7801
Api.DefaultApiresetPasswordPostPOST /resetPassword\u7528\u6237\u91CD\u7F6E\u5BC6\u7801
Api.DefaultApiresetPasswordSendMsgPostPOST /resetPasswordSendMsg\u5FD8\u8BB0\u5BC6\u7801\u53D1\u9001\u77ED\u4FE1\u9A8C\u8BC1\u7801
Api.DefaultApisendManyMsgPostPOST /sendManyMsg\u7FA4\u53D1\u77ED\u4FE1
Api.DefaultApisendSingleMsgPostPOST /sendSingleMsg\u5355\u53D1\u4E00\u6761\u77ED\u4FE1
Api.DefaultApisetPasswordPostPOST /setPassword\u7528\u6237\u4FEE\u6539\u5BC6\u7801

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.0.0

8 years ago