mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Clio v110 (#1464)
* Update response fields * Fix typo * initial draft for nft_info command * update request and response formats * Incorporate review feedback * Updated source URL and desc for is_burned * Incorporate review feedback * Incorporate additional review comments * Incorporate peer edit comments * Moving nft_info to new section * Rename section to Clio methods * Update dactyl-config.yml Co-authored-by: Rome Reginelli <rome@ripple.com> * Update content/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md Co-authored-by: Rome Reginelli <rome@ripple.com> * Update warning message location in the response as per code changes (#1462) * Update warning level change in API response * Move Clio APIs under one heading in the nav * Update dactyl config file to group all Clio methods under one heading * Fix file paths * remove Clio from the nav title * Add badge to note the version when this API was added Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
committed by
GitHub
parent
7e57790915
commit
b70b3ae7e9
@@ -92,6 +92,14 @@ Use these methods to retrieve information about the current state of the `ripple
|
||||
* **[`server_state`](server_state.html)** - Retrieve status of the server in machine-readable format.
|
||||
- **[`manifest`](manifest.html)** - Retrieve the latest ephemeral public key information about a known validator.
|
||||
|
||||
## [Clio Methods](clio-methods.html)
|
||||
|
||||
Use these methods to retrieve information using Clio server APIs.
|
||||
|
||||
* **[`server_info`](server_info-clio.html)** - Retrieve status of the Clio server.
|
||||
* **[`ledger`](ledger-clio.html)** - Get info about a ledger version using Clio server's `ledger` API.
|
||||
* **[`nft_info`](nft_info.html)** - Retrieve information about the specified NFT using Clio server's `nft_info` API.
|
||||
|
||||
## [Utility Methods](utility-methods.html)
|
||||
|
||||
Use these methods to perform convenient tasks, such as ping and random number generation.
|
||||
|
||||
Reference in New Issue
Block a user