nope/modules/xetics-lean-connector/README.md
2020-11-11 17:06:25 +01:00

631 B

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