openapi_types 2.0.0 copy "openapi_types: ^2.0.0" to clipboard
openapi_types: ^2.0.0 copied to clipboard

A Dart package providing OpenAPI types and utilities for API documentation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openapi_types

With Flutter:

 $ flutter pub add openapi_types

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

dependencies:
  openapi_types: ^2.0.0

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:openapi_types/openapi_types.dart';
0
likes
150
points
449
downloads

Publisher

verified publisherserinus.app

Weekly Downloads

A Dart package providing OpenAPI types and utilities for API documentation.

Repository (GitHub)
View/report issues

Topics

#dart #openapi #api #documentation #swagger

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

yaml, yaml_writer

More

Packages that depend on openapi_types