#rpc #cli #requests #github

app rpc-cli

cli for making RPC 2.0 requests

3 releases (breaking)

0.3.0 Dec 28, 2018
0.2.0 Jul 16, 2018
0.1.0 Jun 25, 2018

#209 in #requests

32 downloads per month

MIT license

15KB
310 lines

#rpc-cli

This is an RPC 2.0 cli.

Requirements

On Linux:

On Windows and macOS:

  • Nothing.

Usages

USAGE:
    rpc-cli [FLAGS] --host <host> --method <method> [INPUT]

FLAGS:
        --help       Prints help information
        --raw        Return the raw results instesad of pretty printed
    -V, --version    Prints version information

OPTIONS:
    -h, --host <host>        The host to hit, eg. http:://localhost:4000/rpc
    -m, --method <method>    The RPC Method, eg. Calc.Add

ARGS:
    <INPUT>    Sets the input or file to be used

Dependencies

~21MB
~456K SLoC