api-docs-icon

Generate SDK

POST
/ sdk

object
required
config
binary
required

SDK configuration file in .yaml format

Example:
uploads/config.yaml
language
enum
required

Programming languages available for SDK generation

Allowed Values:
csharp
go
java
python
rust
typescript
allow_lint_errors
boolean
default: false

force generate the SDK even if there are linting errors

api_version
union

Can be either the semantic version or a released type (like latest)

github_actions
boolean
default: false

include github action boilerplate for running tests and publishing the sdk

sdk_version
string

Semantic version following conventions from https://semver.org/

Example:
0.1.0

Responses

Generated sdk codebase compressed as .tar.gz

application/tar+gzip
binary

Code Examples

Response