Files
xrpl-dev-portal/tool/pages.json
2015-06-23 16:48:35 -07:00

99 lines
2.4 KiB
JSON

[
{
"name": "rippled",
"md":"rippled.md",
"html":"rippled-apis.html"
},
{
"name": "rippled Setup",
"md":"rippled-setup.md",
"html":"rippled-setup.html"
},
{
"name": "Ripple-REST",
"md": "ripplerest_api.md",
"html": "ripple-rest.html"
},
{
"name": "Gatewayd",
"md":"gatewayd.md",
"html":"gatewayd.html"
},
{
"name": "Transactions",
"md":"tx_format.md",
"html":"transactions.html"
},
{
"name": "Reliable Transaction Submission",
"md":"reliable_tx.md",
"html":"reliable_tx.html"
},
{
"name": "Gateway Guide",
"md":"gateway_guide.md",
"html":"gateway_guide.html"
},
{
"name": "Historical Data API",
"md": "historical_data.md",
"html": "historical_data.html"
},
{
"name": "Ripple Charts API",
"md": "charts_api.md",
"html": "charts_api.html"
},
{
"name": "Gateway Services",
"md":"gateway_services_spec.md",
"html":"gateway_services.html"
},
{
"name": "Transfer Fees",
"md":"transferrate.md",
"html":"transfer_fees.html"
},
{
"name": "Whitepapers",
"md":"whitepapers.md",
"html":"whitepapers.html"
},
{
"name": "Overview",
"template":"template-index.html",
"html": "index.html"
},
{
"name": "Ripple-REST API Tool",
"template":"template-rest-api-tool.html",
"methods_js": "js/apitool-methods-ripplerest.js",
"is_apitool": true,
"rest_host": "https://api.ripple.com",
"html": "rest-api-tool.html"
},
{
"name": "Historical Database API Tool",
"template":"template-rest-api-tool.html",
"methods_js": "js/apitool-methods-historical.js",
"is_apitool": true,
"rest_host": "https://history.ripple.com",
"html": "historicaldb-api-tool.html"
},
{
"name": "WebSocket API Tool",
"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"
}
]