op_rest_api_client 0.14.0 copy "op_rest_api_client: ^0.14.0" to clipboard
op_rest_api_client: ^0.14.0 copied to clipboard

A Dart http client to send requests to REST API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add op_rest_api_client

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

dependencies:
  op_rest_api_client: ^0.14.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:op_rest_api_client/op_rest_api_client.dart';
0
likes
0
points
7
downloads

Publisher

verified publishercantini.dev

Weekly Downloads

A Dart http client to send requests to REST API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, op_result

More

Packages that depend on op_rest_api_client