0.3.1 • Published 7 years ago

swagger_api v0.3.1

Weekly downloads
2
License
Unlicense
Repository
-
Last release
7 years ago

swagger_api

SwaggerApi - JavaScript client for swagger_api No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) This SDK is automatically generated by the Swagger Codegen project:

  • API version: 0.0.1
  • Package version: 0.0.1
  • Build package: 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 swagger_api --save

git

If the library is hosted at a git repository, e.g. https://github.com/YOUR_USERNAME/swagger_api then install it via:

    npm install YOUR_USERNAME/swagger_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 SwaggerApi = require('swagger_api');

var api = new SwaggerApi.AddAccountApi()

var account = new SwaggerApi.Account(); // {Account} Account JSON RPC 2.0 payload


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

Documentation for API Endpoints

All URIs are relative to https://localhost

ClassMethodHTTP requestDescription
SwaggerApi.AddAccountApiaddAccountPOST /accountService endpoint for Account operations
SwaggerApi.AddFinancingApiaddFinancingPOST /financingService endpoint for Financing operations
SwaggerApi.AddOrderApiaddOrderPOST /orderService endpoint for order operations
SwaggerApi.ChainAccountsApichainAccountsOpGET /chainAccountsService endpoint for order operations
SwaggerApi.ChainBalanceApichainBalanceOpGET /chainBalanceService endpoint for order operations
SwaggerApi.ChainTransactionsApichainTransactionsOpGET /chainTransactionsService endpoint for order operations
SwaggerApi.UpdateAccountApiupdateAccountPUT /accountService endpoint for Account operations
SwaggerApi.UpdateFinancingApiupdateFinancingPUT /financingService endpoint for Financing operations
SwaggerApi.UpdateOrderApiupdateOrderPUT /orderService endpoint for order operations

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

0.3.1

7 years ago

0.2.2

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago