zmy
v1.25.1
Published
问诊模块
Downloads
24
Readme
api
Api - JavaScript client for api \u95EE\u8BCA\u6A21\u5757 This SDK is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 1.0.0
- Build date: 2016-04-25T07:48:42.390Z
- 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 ur = new Api.UserReservation(); // {UserReservation} \u65B0\u589E\u5E38\u7528\u5C31\u8BCA\u4EBA
var token = "token_example"; // {String} \u7528\u6237token
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.addConditionDescPost(ur, token, callback);
Documentation for API Endpoints
All URIs are relative to http://115.159.113.37:15200/
Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- Api.DefaultApi | addConditionDescPost | POST /addConditionDesc | \u6DFB\u52A0\u75C5\u60C5\u63CF\u8FF0 Api.DefaultApi | addDiagnosePost | POST /addDiagnose | \u533B\u751F\u6DFB\u52A0\u8BCA\u65AD Api.DefaultApi | deleteDiagnosePost | POST /deleteDiagnose | \u533B\u751F\u5220\u9664\u8BCA\u65AD Api.DefaultApi | editDiagnosePost | POST /editDiagnose | \u533B\u751F\u4FEE\u6539\u8BCA\u65AD Api.DefaultApi | getDiagnosePost | POST /getDiagnose | \u83B7\u53D6\u8BCA\u65AD\u4FE1\u606F Api.DefaultApi | getReservationPost | POST /getReservation | \u83B7\u53D6\u4E00\u6761\u95EE\u8BCA\u8BB0\u5F55
Documentation for Models
Documentation for Authorization
All endpoints do not require authorization.