0.2.10 • Published 3 years ago

@cuvva/crpc v0.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

crpc

Simple library for making requests to Cuvva-style RPC APIs.

Returns promises only. Standard callbacks are not supported.

const crpc = require('@cuvva/crpc');
const client = crpc('https://api.example.com/v1');

await client('2018-03-06/get_user', { userId: 'foo' });

Installation

$ npm install @cuvva/crpc

Support

Please open an issue on this repository.

Authors

License

MIT licensed - see LICENSE file

0.2.9

3 years ago

0.2.10

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago