backbone 0.0.1-dev.15 copy "backbone: ^0.0.1-dev.15" to clipboard
backbone: ^0.0.1-dev.15 copied to clipboard

A Dart framework for writing REST APIs from an Open API spec.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add backbone

With Flutter:

 $ flutter pub add backbone

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

dependencies:
  backbone: ^0.0.1-dev.15

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:backbone/backbone.dart';
4
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A Dart framework for writing REST APIs from an Open API spec.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, equatable, http, http_parser, shelf, shelf_router, stack_trace

More

Packages that depend on backbone