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