openapi-nexus 0.2.3

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[global]
output = "generated/{generator}"
generators = ["typescript-fetch", "go-http"]

[typescript-fetch]
file_naming_convention = "PascalCase"
typescript_target = "es6"
typescript_module = "commonjs"
generate_package = true
generate_esm_config = true
include_build_scripts = false
# package_scope = "@myorg"
# package_name = "my-api-client"

[go-http]
file_naming_convention = "snake_case"
# module_path = "github.com/example/sdk"
# package_name = "myapiclient"