scout_openapi 0.1.0
scout_openapi: ^0.1.0 copied to clipboard
Scout OpenAPI — generate OpenAPI 3.0 specifications from annotated Dart service classes at compile time. Part of the Scout Application Capability Intelligence Platform. Annotation-driven, zero reflect [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add scout_openapiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
scout_openapi: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:scout_openapi/scout_openapi.dart';