[FEATURE] Charts API Tool

This commit is contained in:
mDuo13
2015-04-02 14:49:21 -07:00
parent d74ab3c3f1
commit aff130c95e
17 changed files with 473 additions and 0 deletions

View File

@@ -75,6 +75,14 @@
"template":"template-ripple-api-tool.html",
"is_apitool": true,
"html": "ripple-api-tool.html"
},
{
"name": "Charts API Tool",
"template":"template-rest-api-tool.html",
"methods_js": "js/apitool-methods-charts.js",
"is_apitool": true,
"rest_host": "https://api.ripplecharts.com",
"html": "charts-api-tool.html"
}
]