api-docs-icon

Generate a new managed SDK from a Sideko configuration file

POST
/ sdk

object
config
binary
required

SDK configuration file in .yaml format

Example:
uploads/config.yaml
language
enum
required

Programming languages available for SDK generation

Allowed Values:
go
java
python
rust
typescript
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