1.0.2 • Published 8 years ago

schedul v1.0.2

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

api

Api - JavaScript client for api \u6392\u73ED\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-27T03:49:37.047Z
  • 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 hospitalId = "hospitalId_example"; // {String} \u533B\u9662ID


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.getTodayOutSchedulByHospitalIdPost(hospitalId, callback);

Documentation for API Endpoints

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

ClassMethodHTTP requestDescription
Api.DefaultApigetTodayOutSchedulByHospitalIdPostPOST /getTodayOutSchedulByHospitalId\u83B7\u53D6\u4ECA\u65E5\u666E\u901A\u95E8\u8BCA\u6392\u73ED

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.