routed_openapi 0.1.1 copy "routed_openapi: ^0.1.1" to clipboard
routed_openapi: ^0.1.1 copied to clipboard

OpenAPI extraction and generation for Routed - portable OpenAPI spec generation from route manifests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add routed_openapi

With Flutter:

 $ flutter pub add routed_openapi

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  routed_openapi: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:routed_openapi/routed_openapi.dart';
0
likes
150
points
590
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

OpenAPI extraction and generation for Routed - portable OpenAPI spec generation from route manifests.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, build, collection, glob, json_schema_builder, meta, path, routed_core, routed_validation, server_auth

More

Packages that depend on routed_openapi