{"id":20387554,"url":"https://github.com/hmalmedal/ripplerestr","last_synced_at":"2026-05-26T23:05:49.556Z","repository":{"id":16774284,"uuid":"19532458","full_name":"hmalmedal/ripplerestr","owner":"hmalmedal","description":"Ripple REST Client for R","archived":false,"fork":false,"pushed_at":"2014-11-15T11:14:17.000Z","size":979,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T08:57:55.317Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmalmedal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-07T11:47:26.000Z","updated_at":"2015-07-26T17:10:38.000Z","dependencies_parsed_at":"2022-08-25T11:11:07.118Z","dependency_job_id":null,"html_url":"https://github.com/hmalmedal/ripplerestr","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmalmedal%2Fripplerestr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmalmedal%2Fripplerestr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmalmedal%2Fripplerestr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmalmedal%2Fripplerestr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmalmedal","download_url":"https://codeload.github.com/hmalmedal/ripplerestr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241937770,"owners_count":20045349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T02:47:09.526Z","updated_at":"2026-05-26T23:05:44.502Z","avatar_url":"https://github.com/hmalmedal.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"ripplerestr\n===========\n\nUse **R** with the [Ripple-REST](https://ripple.com/build/ripple-rest/) API.\n\nIntroduction\n------------\n\n[Ripple](https://ripple.com/) is an Internet protocol for making financial transactions.\n\nThe [Ripple-REST](https://ripple.com/build/ripple-rest/) API provides a simplified, easy-to-use interface to the Ripple Network via a RESTful API.\n\nThe **R** package [`ripplerestr`](https://github.com/hmalmedal/ripplerestr) uses the [`httr`](https://github.com/hadley/httr) package to communicate with Ripple-REST.\n\nPrerequisites\n-------------\n\nBefore you can use the Ripple-REST API, you will need to have three things:\n\n * An installed version of Ripple-REST running locally or remotely. Instructions on installing Ripple-REST can be found in the README.md file in the [Github repository](https://github.com/ripple/ripple-rest).\n * An activated Ripple account.\n * The URL of the server running the Ripple-REST API that you wish to use.\n\nInstallation\n------------\n\nDownload the [latest release](https://github.com/hmalmedal/ripplerestr/releases/latest) and install it.\n\nYou can alternatively install the current version from GitHub:\n\n``` {.r}\nif (!require(\"devtools\")) install.packages(\"devtools\")\ndevtools::install_github(\"hmalmedal/ripplerestr\")\n```\n\nSet up\n------\n\nLoad `ripplerestr` and set the URL.\n\n``` {.r}\nlibrary(ripplerestr)\noptions(\"ripplerestr.url\" = \"http://localhost:5990/\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmalmedal%2Fripplerestr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmalmedal%2Fripplerestr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmalmedal%2Fripplerestr/lists"}