1.25.1 • Published 10 years ago

zmy v1.25.1

Weekly downloads
49
License
-
Repository
-
Last release
10 years ago

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/

ClassMethodHTTP requestDescription
Api.DefaultApiaddConditionDescPostPOST /addConditionDesc\u6DFB\u52A0\u75C5\u60C5\u63CF\u8FF0
Api.DefaultApiaddDiagnosePostPOST /addDiagnose\u533B\u751F\u6DFB\u52A0\u8BCA\u65AD
Api.DefaultApideleteDiagnosePostPOST /deleteDiagnose\u533B\u751F\u5220\u9664\u8BCA\u65AD
Api.DefaultApieditDiagnosePostPOST /editDiagnose\u533B\u751F\u4FEE\u6539\u8BCA\u65AD
Api.DefaultApigetDiagnosePostPOST /getDiagnose\u83B7\u53D6\u8BCA\u65AD\u4FE1\u606F
Api.DefaultApigetReservationPostPOST /getReservation\u83B7\u53D6\u4E00\u6761\u95EE\u8BCA\u8BB0\u5F55

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.25.1

10 years ago

1.0.25

10 years ago

1.0.20

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago