nope/modules/xetics-lean-connector
2021-08-27 19:10:19 +02:00
..
defaults Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
generated Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
helper Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
src Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
test Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
.gitignore Fixing MES UPDATE 2021-08-26 20:47:05 +02:00
README.md adding mqtt 2020-11-15 20:11: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\xetics-lean-connector\helper\generate.code.js
  3. Update the Functions provided in:
    • src\xetics.client (only if required)
    • etc