Setup
To use this library, you can choose between two methods. If your project supports NestJs injection, you can choose to inject the client or simply use it via a classic import in a project without injection.
With NestJs injection
In the desired module, you must import VidalModule
and configure it
Without NestJs injection
Last updated