forked from loafle/openapi-generator-original
* [C][Client] Always send integer or boolean parameters to the API server * Add fake endpoint with integer and boolean parameters
5 lines
198 B
YAML
5 lines
198 B
YAML
generatorName: c
|
|
outputDir: samples/client/petstore/c
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/c/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/C-libcurl
|