# 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\ZISS-Xetics-Lean-Connector\helper\generate.code.js` 3. Update the Functions provided in: - `src\xetics.client` - etc