spark_rest 0.3.2 copy "spark_rest: ^0.3.2" to clipboard
spark_rest: ^0.3.2 copied to clipboard

A blazing-fast, single instance, sessionless RESTful API for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spark_rest

With Flutter:

 $ flutter pub add spark_rest

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

dependencies:
  spark_rest: ^0.3.2

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:spark_rest/spark_rest.dart';
1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A blazing-fast, single instance, sessionless RESTful API for Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on spark_rest