[FEATURE] Historical Database API tool

This commit is contained in:
mDuo13
2015-03-16 17:23:13 -07:00
parent 8dfd5597f9
commit db8d35f9de
20 changed files with 319 additions and 77 deletions

View File

@@ -14,9 +14,6 @@ var GET = "GET";
var POST = "POST";
var PUT = "PUT";
var DELETE = "DELETE";
var URL_BASE = "https://api.ripple.com:443";
var DOC_BASE = "ripple-rest.html";
function slugify(str) {