1.0.2 • Published 8 years ago

file-up-load-module v1.0.2

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

file-up-load-module

FileUpLoadModule - JavaScript client for file-up-load-module \u6587\u4EF6\u4E0A\u4F20\u4E1A\u52A1\u5904\u7406\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-15T06:58:40.402Z
  • 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 file-up-load-module --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/file-up-load-module then install it via:

npm install YOUR_USERNAME/file-up-load-module --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 FileUpLoadModule = require('file-up-load-module');

var api = new FileUpLoadModule.DefaultApi()

var belong = "belong_example"; // {String} \u56FE\u7247\u6240\u5C5E

var file = "/path/to/file.txt"; // {File} \u56FE\u7247\u6240\u5C5E


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

Documentation for API Endpoints

All URIs are relative to http://115.159.113.37:15150/fileupload

ClassMethodHTTP requestDescription
FileUpLoadModule.DefaultApiaddModelPOST /addModel

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago