xrpurl

command module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2023 License: MIT Imports: 9 Imported by: 0

README

xrpurl

Build Status Go Report Card Docs License

xrpurl is a command line tool to make calling rippled servers easy.

It can either use custom request data or use test data by calling -t.

Installation

$ go get github.com/go-xrp/xrpurl

CLI Parameters

Shortcut Longform Required Description
m method yes rippled API method
d data no Post Body, JSON RPC params property only
t testdata no Use test data request instead of custom data
x exec no Execute API call
v verbose no Verbose
p pretty no Pretty print JSON response

Examples

Example request include:

Retrieve Account Lines with test data
$ xpurl -m account_lines -t -x -p

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL