Generating a Custom Service Client (SDK)

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

  1. In the top right go to Export > Client SDK
347
  1. 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.

  1. Unzip the downloaded folder.
  2. Link the package to your project directory.