nope/modules/xetics-lean-connector
Martin Karkowski 4fcf36d7a3 Merge branch 'lib' of https://github.com/anti-held-333/nope-backend into lib
# Conflicts:
#	modules/wamo/src/wamo.basemodule.module.ts
#	modules/wamo/src/wamo.lineManager.module.ts
2021-09-05 08:26:11 +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 wamo manager 2021-08-30 12:41:27 +02:00
test Allow cors 2021-09-04 13:45:52 +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