We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c79e8 commit fe46003Copy full SHA for fe46003
README.md
@@ -79,7 +79,7 @@ Annotate a dart class with @Openapi() annotation
79
inputSpecFile: 'example/openapi-spec.yaml',
80
generatorName: Generator.dart,
81
outputDirectory: 'api/petstore_api')
82
-class Example extends OpenapiGeneratorConfig {}
+class Example {}
83
```
84
85
Run
@@ -126,7 +126,7 @@ New:
126
cachePath: 'some/preferred/directory/cache.json',
127
useNextGen: true
128
)
129
130
131
132
**IMPORTANT** With the new changes comes 2 new annotation properties:
0 commit comments