ripplerestr-package: Ripple-REST Client for R

Description Details Examples

Description

The Ripple-REST API provides a simplified, easy-to-use interface to the Ripple Network via a RESTful API. The R package ripplerestr uses the httr package to communicate with Ripple-REST.

Details

The default url is http://localhost:5990/. You can change it by setting the option "ripplerestr.url".

Examples

1
2
3
4
options("ripplerestr.url" = "https://api.ripple.com/")
# Avoid certificate issues
library(httr)
set_config(config(ssl.verifypeer = FALSE))

hmalmedal/ripplerestr documentation built on May 17, 2019, 4:34 p.m.