nope/modules/xetics-lean-connector/README.md
Martin Karkowski a5b82ebb9e adding mqtt
2020-11-15 20:11:25 +01:00

14 lines
645 B
Markdown

# Xetics LEAN Connector
A Connector for *Xetics Lean*. The Xetics API is provided via [SWAGGER](https://swagger.io/). You can read the current API [here](http://dz-062-vl-docker:8089/swagger-ui.html).
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