mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 20:55:50 +00:00
This makes no difference to how the site is built under Dactyl (other than where the "Edit Page" links go) but changes the URLs that will be used for the pages after the migration to Redocly. In addition to renaming index pages to index.md, I updated the style guide to reflect the updated conventions, and moved a couple files that were not in the correct folders for their place in the nav hierarchy.
12 lines
462 B
Markdown
12 lines
462 B
Markdown
---
|
|
html: api-conventions.html
|
|
parent: http-websocket-apis.html
|
|
blurb: Common conventions used across the XRP Ledger's HTTP APIs.
|
|
template: pagetype-category.html.jinja
|
|
---
|
|
# API Conventions
|
|
|
|
This section describes data types and formats of the HTTP APIs (JSON-RPC and WebSocket) as implemented in [the `rippled` server](xrpl-servers.html).
|
|
|
|
For information on the XRP Ledger protocol that applies to all APIs, see [Protocol Reference](protocol-reference.html).
|