openapi_generator_annotations 0.0.2-dev copy "openapi_generator_annotations: ^0.0.2-dev" to clipboard
openapi_generator_annotations: ^0.0.2-dev copied to clipboard

outdated

A starting point for Dart libraries or applications.

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.