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

HTTP REST and general REST application framework.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rest

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

dependencies:
  rest: ^0.3.2

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:rest/rest.dart';
0
likes
20
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP REST and general REST application framework.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http

More

Packages that depend on rest