nope/modules/xetics-lean-connector
2020-11-11 17:06:25 +01:00
..
defaults Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
helper Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
src Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
test Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
.gitignore Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00
README.md Fixing the xetics lean adapter 2020-11-11 17:06:25 +01:00

Xetics LEAN Connector

A Connector for Xetics Lean. The Xetics API is provided via SWAGGER. You can read the current API here.

This Library will create a Client based on the available Swagger-Definition.

Update the Client

  1. To Update the Client-Interface, the Typescript code has to be compiled to JS code. (Use the compile.bat in the root-Directory)
  2. Generate new Interfaces by executing etc: node .\dist\modules\ZISS-Xetics-Lean-Connector\helper\generate.code.js
  3. Update the Functions provided in:
    • src\xetics.client
    • etc