README
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-26T10:43:57.922Z
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen
Installation
Node.js
Fornpm
To publish the library as a npm, please follow the procedure in "Publishing npm packages".
Then install it via:
npm install api --save
git
https://github.com/YOUR_USERNAME/api then install it via:
If the library is hosted at a git repository, e.g.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.checkTokenGet(token, callback);
Documentation for API Endpoints
All URIs are relative to http://115.159.113.37:15110/
Class | Method | HTTP request | Description |
---|---|---|---|
Api.DefaultApi | checkTokenGet | GET /checkToken | \u67E5\u8BE2token\u662F\u5426\u5931\u6548 |
Api.DefaultApi | loginGet | GET /login | \u7528\u6237\u767B\u5F55 |
Api.DefaultApi | logoutGet | GET /logout | \u9000\u51FA\u767B\u5F55 |
Api.DefaultApi | registerGet | GET /register | \u7528\u6237\u6CE8\u518C |
Api.DefaultApi | registerSendMsgGet | GET /registerSendMsg | \u6CE8\u518C\u53D1\u9001\u77ED\u4FE1\u9A8C\u8BC1\u7801 |
Api.DefaultApi | resetPasswordGet | GET /resetPassword | \u7528\u6237\u91CD\u7F6E\u5BC6\u7801 |
Api.DefaultApi | resetPasswordSendMsgGet | GET /resetPasswordSendMsg | \u5FD8\u8BB0\u5BC6\u7801\u53D1\u9001\u77ED\u4FE1\u9A8C\u8BC1\u7801 |
Api.DefaultApi | sendManyMsgGet | GET /sendManyMsg | \u7FA4\u53D1\u77ED\u4FE1 |
Api.DefaultApi | sendSingleMsgGet | GET /sendSingleMsg | \u5355\u53D1\u4E00\u6761\u77ED\u4FE1 |
Api.DefaultApi | setPasswordGet | GET /setPassword | \u7528\u6237\u4FEE\u6539\u5BC6\u7801 |
Documentation for Models
Documentation for Authorization
All endpoints do not require authorization.