forked from loafle/openapi-generator-original
* Base impl * Improve Unity support * update samples * Sync bool property * Update samples * Set support file property * Address comments * Fix test asmdef * Fixes for WebGL support * Add note about Unity version * Add Unity Sample --------- Co-authored-by: William Cheng <wing328hk@gmail.com>
6 lines
364 B
YAML
6 lines
364 B
YAML
# for .net Unity
|
|
generatorName: csharp-netcore
|
|
outputDir: samples/client/petstore/csharp-netcore/OpenAPIClient-unityWebRequest
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp-netcore
|
|
library: unityWebRequest |