json_rest_api_client 0.1.5 copy "json_rest_api_client: ^0.1.5" to clipboard
json_rest_api_client: ^0.1.5 copied to clipboard

Easy to use starting point to implement a client library for a json REST API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_rest_api_client

With Flutter:

 $ flutter pub add json_rest_api_client

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

dependencies:
  json_rest_api_client: ^0.1.5

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

Publisher

verified publisherfamedly.com

Easy to use starting point to implement a client library for a json REST API.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on json_rest_api_client