Self Generated SDK'S
Last updated
Last updated
Our SDK generation feature allows you to create SDKs tailored to your specific requirements.
To obtain the YAML file, visit the following link:
Download the latest jar file from
Note: OpenAPI 3.0 is supported only by Swagger Codegen CLI versions 3.x
Execute the below command to generate the client in a preferred language.
Generate the SDK: Using the online API documentation:
Using the downloaded YAML file:
Install Swagger Codegen:
brew install swagger-codegen
Generate the SDK:
Using the online API documentation:
swagger-codegen generate -i https://connects.torusdigital
.com -l go -o go_api_client
Using the downloaded YAML file:
swagger-codegen generate -i swagger.yaml -l go -o go_api_client
Command Line TIP
-h
, --help
: Displays help messages and exits.
-l
, --lang
: Specifies the programming language for the generated SDK.
-o
, --output
: Specifies the output directory for the generated files (default is the current directory).
-i
, --input-spec
: Specifies the location of the Swagger specification, either as a URL or a file (required).
From the File menu, select "Import File".
import the downloaded YAML file.
Click on "Generate Client" and select your preferred programming language
Download the generated ZIP file and extract it to use your SDK.
Each SDK comes with a readme file to know how to install and use SDK.
Open your web browser and go to .