Add & use component for 'Try it!' button & related

This commit is contained in:
mDuo13
2025-01-28 16:38:58 -08:00
parent e637346701
commit 9d8cfc88cb
117 changed files with 378 additions and 172 deletions

View File

@@ -132,7 +132,8 @@
"ledger_index": "validated",
"transactions": false,
"expand": false,
"owner_funds": false
"owner_funds": false,
"api_version": 2
}
},
{
@@ -508,6 +509,16 @@
"command": "fee"
}
},
{
"name": "manifest",
"description": "Look up manifest information for a given validator public key.",
"link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest",
"body": {
"id": "manifest_example",
"command": "manifest",
"public_key": "nHUFE9prPXPrHcG3SkwP1UzAQbSphqyQkQK9ATXLZsfkezhhda3p"
}
},
{
"name": "server_definitions",
"description": "Returns an SDK-compatible definitions.json, generated from the rippled server being queried.",
@@ -524,14 +535,6 @@
"command": "server_info"
}
},
{
"name": "version",
"description": "Retrieves the API version information. When you connect to a cluster that includes a Clio server, the Clio method is used.",
"link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version",
"body": {
"command": "version"
}
},
{
"name": "server_state",
"description": "Reports a machine-readable version of various information about the rippled server being queried.",
@@ -539,6 +542,14 @@
"body": {
"command": "server_state"
}
},
{
"name": "version",
"description": "Retrieves the API version information. When you connect to a cluster that includes a Clio server, the Clio method is used.",
"link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version",
"body": {
"command": "version"
}
}
]
},