SDKgen is a modern SDK-as-a-Service platform
sdkgen.json file and automatically generate the appropriate client SDKs. You can
think of it like NPM, but instead of packages, it manages external APIs as dependencies.
{
"type": "client-typescript",
"require": {
"fusio/sdk": {
After defining the dependencies, you can use one of our integration options (e.g. CLI or Docker) to generate actual code. With the CLI, you simply run:
./sdkgen install
This command downloads every defined dependency and generates the code into the specified target folders.