openapi_generator_annotations 1.0.0 openapi_generator_annotations: ^1.0.0 copied to clipboard
Annotations for openapi code generation.
Annotation library for dart/flutter implementation of openapi client code generation.
Created from templates made available by Stagehand under a BSD-style license.
Usage #
A simple usage example:
@Openapi(
additionalProperties:
AdditionalProperties(pubName: 'petstore_api', pubAuthor: 'Johnny dep'),
inputSpecFile: 'example/openapi-spec.yaml',
generatorName: 'dart-jaguar',
outputDirectory: 'api/petstore_api')
class Example extends OpenapiGeneratorConfig {}
Features and bugs #
Please file feature requests and bugs at the issue tracker.