shelf_api_builder 1.0.0 copy "shelf_api_builder: ^1.0.0" to clipboard
shelf_api_builder: ^1.0.0 copied to clipboard

A code generator to create RESTful API endpoints to be integrated with shelf.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shelf_api_builder

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

dependencies:
  shelf_api_builder: ^1.0.0

Alternatively, 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:shelf_api_builder/shelf_api_builder.dart';
1
likes
0
points
66
downloads

Publisher

verified publisherskycoder42.de

Weekly Downloads

A code generator to create RESTful API endpoints to be integrated with shelf.

Repository (GitHub)
View/report issues

Topics

#server #shelf #dio #rest #api

License

unknown (license)

Dependencies

analyzer, build, build_config, code_builder, meta, path, shelf, shelf_api, source_gen, source_helper

More

Packages that depend on shelf_api_builder