How to generate a custom SDK using Swagger Codegen
Go to the Trinsic API SwaggerHub
Choose an API to generate a custom SDK
Export the SDK
- In the top right go to Export > Client SDK

- Select the language of your choice to download the SDK
Caution
Swagger Codegen is a template-driven engine used to generate service clients. Note that the service clients are generated by Swagger’s template and may require adjustments to work properly.
- Unzip the downloaded folder.
- Link the package to your project directory.