mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Merge pull request #450 from mDuo13/conventions-blurbs
API Conventions blurbs & minor cleanup
This commit is contained in:
@@ -104,7 +104,6 @@ pages:
|
||||
targets:
|
||||
- local
|
||||
|
||||
#TODO: DOC-1503: replace this with a more concise intro to consensus
|
||||
- md: concepts/introduction/intro-to-consensus.md
|
||||
html: intro-to-consensus.html
|
||||
funnel: Docs
|
||||
@@ -987,6 +986,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Format and meaning of fundamental data types like addresses, ledger index, and currency codes.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -996,6 +996,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Precision and range for currency numbers, plus formats of custom currency codes.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1005,6 +1006,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Error formats and common error codes for WebSocket, JSON-RPC, and Commandline interfaces.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1014,6 +1016,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Convention for paginating large queries into multiple responses.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1023,6 +1026,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Why and how only transactions can modify the ledger.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1032,6 +1036,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Standard request format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1041,6 +1046,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Standard response format, with examples, for the WebSocket, JSON-RPC, and Commandline interfaces.
|
||||
targets:
|
||||
- local
|
||||
|
||||
@@ -1050,6 +1056,7 @@ pages:
|
||||
doc_type: References
|
||||
supercategory: rippled API
|
||||
category: API Conventions
|
||||
blurb: Definitions of state information reported in some API methods.
|
||||
targets:
|
||||
- local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user