forked from loafle/openapi-generator-original
10 lines
443 B
YAML
10 lines
443 B
YAML
# for .net Unity
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/unityWebRequest/standard2.0/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
|
|
library: unityWebRequest
|
|
additionalProperties:
|
|
targetFramework: netstandard2.0
|
|
equatable: true
|