nope/modules/xetics-lean-connector
2021-11-10 12:28:48 +01:00
..
defaults Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
generated adding XETICS stuff by fixing gitignore 2021-10-19 22:52:05 +02:00
helper Fixing xetics element and wamo 2021-08-27 19:10:19 +02:00
src Adding Xetics Helper 2021-11-10 12:28:48 +01:00
test Allow cors 2021-09-04 13:45:52 +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