json_rpc_adapter 0.7.0 copy "json_rpc_adapter: ^0.7.0" to clipboard
json_rpc_adapter: ^0.7.0 copied to clipboard

HTTP client and shelf server adapters for easier JSON-RPC, with efficient binary encodings (optional mirrors for automatic binding).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_rpc_adapter

With Flutter:

 $ flutter pub add json_rpc_adapter

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

dependencies:
  json_rpc_adapter: ^0.7.0

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_rpc_adapter/json_rpc_adapter.dart';
1
likes
160
points
148
downloads

Publisher

verified publisheragilord.com

Weekly Downloads

HTTP client and shelf server adapters for easier JSON-RPC, with efficient binary encodings (optional mirrors for automatic binding).

Repository (GitHub)

Topics

#json-rpc #rpc

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, json_rpc_2, shelf

More

Packages that depend on json_rpc_adapter