mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 08:35:50 +00:00
Remove Data API tool, special targets for removed refs
This commit is contained in:
@@ -2,32 +2,32 @@
|
|||||||
|
|
||||||
Rippleには、XRP LedgerのAPIリクエストと動作をテスト、探索、検証するための一連の開発者用ツールがそろっています。
|
Rippleには、XRP LedgerのAPIリクエストと動作をテスト、探索、検証するための一連の開発者用ツールがそろっています。
|
||||||
|
|
||||||
* **[XRP Ledger RPC Tool](xrp-ledger-rpc-tool.html)**
|
* **[XRP Ledger RPCツール](xrp-ledger-rpc-tool.html)**
|
||||||
|
|
||||||
このツールを使用して、XRP Ledgerのアカウント、取引、台帳についての生データを出力します。
|
このツールを使用して、XRP Ledgerのアカウント、取引、台帳についての生データを出力します。
|
||||||
|
|
||||||
* **[WebSocket API Tool](websocket-api-tool.html)**
|
* **[WebSocket APIツール](websocket-api-tool.html)**
|
||||||
|
|
||||||
このツールを使用して、`rippled` APIにサンプル要求を送信し、応答を取得します。設定は何も必要ありません。
|
このツールを使用して、`rippled` APIにサンプル要求を送信し、応答を取得します。設定は何も必要ありません。
|
||||||
|
|
||||||
* **[Data API v2 Tool](data-api-v2-tool.html)**
|
* **[xrp-ledger.tomlチェッカー](xrp-ledger-toml-checker.html)**
|
||||||
|
|
||||||
サンプル要求でData APIを試して、実際の応答を取得します。設定は何も必要ありません。
|
|
||||||
|
|
||||||
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
|
|
||||||
|
|
||||||
このツールを使用して、[xrp-ledger.tomlファイル](xrp-ledger-toml.html)が適切にセットアップされていることを確認します。
|
このツールを使用して、[xrp-ledger.tomlファイル](xrp-ledger-toml.html)が適切にセットアップされていることを確認します。
|
||||||
|
|
||||||
|
* **[ドメイン検証チェッカー](validator-domain-verifier.html)**
|
||||||
|
|
||||||
|
Use this tool to check that your validator's domain can be verified.
|
||||||
|
|
||||||
* **[XRP Faucet](xrp-testnet-faucet.html)**
|
* **[XRP Faucet](xrp-testnet-faucet.html)**
|
||||||
|
|
||||||
XRP Ledger TestnetまたはDevnetのクレデンシャルとテスト用XRPを取得し、これらの並列ネットワークのサーバーに接続して、実際の資金を使用せずにXRP Ledgerでソフトウェアの構築をテストします。
|
XRP Ledger TestnetまたはDevnetのクレデンシャルとテスト用XRPを取得し、これらの並列ネットワークのサーバーに接続して、実際の資金を使用せずにXRP Ledgerでソフトウェアの構築をテストします。
|
||||||
|
|
||||||
* **[Transaction Sender](tx-sender.html)**
|
* **[トランザクション送信ツール](tx-sender.html)**
|
||||||
|
|
||||||
選択したアドレスにXRP LedgerトランザクションをTestnet経由で送信し、コードによってさまざまなXRP Ledgerトランザクションが処理される方法をテストします。
|
選択したアドレスにXRP LedgerトランザクションをTestnet経由で送信し、コードによってさまざまなXRP Ledgerトランザクションが処理される方法をテストします。
|
||||||
|
|
||||||
* **[XRP Ledger Explorer](https://livenet.xrpl.org/)**
|
* **[XRP Ledger Explorer](https://livenet.xrpl.org/)**
|
||||||
|
|
||||||
レジャーの新バージョンの検証をリアルタイムで表示し、XRP Ledgerネットワーク内のサーバーの地理的位置をグラフ化し、レジャーの状態を調べます。[Testnet Explorer](https://testnet.xrpl.org/)も使用できます。
|
レジャーの新バージョンの検証をリアルタイムで表示し、XRP Ledgerネットワーク内のサーバーの地理的位置をグラフ化し、レジャーの状態を調べます。[Testnet Explorer](https://testnet.xrpl.org/)も使用できます。
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,10 +10,6 @@ Use these developer tools to help you test, explore, and validate XRP Ledger API
|
|||||||
|
|
||||||
Use this tool to send sample requests and get responses from the `rippled` API. No setup required.
|
Use this tool to send sample requests and get responses from the `rippled` API. No setup required.
|
||||||
|
|
||||||
* **[Data API v2 Tool](data-api-v2-tool.html)**
|
|
||||||
|
|
||||||
Try the Data API with example requests and get real responses. No setup required.
|
|
||||||
|
|
||||||
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
|
* **[xrp-ledger.toml Checker](xrp-ledger-toml-checker.html)**
|
||||||
|
|
||||||
Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly.
|
Use this tool to verify that your [xrp-ledger.toml file](xrp-ledger-toml.html) is set up properly.
|
||||||
|
|||||||
@@ -168,31 +168,6 @@ targets:
|
|||||||
"ledger-history.html#full-history": "ledger-history.html#すべての履歴"
|
"ledger-history.html#full-history": "ledger-history.html#すべての履歴"
|
||||||
|
|
||||||
|
|
||||||
- name: xrp-api-only
|
|
||||||
lang: en
|
|
||||||
display_name: XRP API Reference
|
|
||||||
<<: *defaults
|
|
||||||
no_cover: true
|
|
||||||
link_subs:
|
|
||||||
"./src/api-v3/paths/preparations/payments.ts": "https://github.com/xpring-eng/xrp-api/blob/master/src/api-v3/paths/preparations/payments.ts"
|
|
||||||
|
|
||||||
# Data API target for porting changes to the README in the upstream repo
|
|
||||||
# Intended for use in markdown (--md) mode.
|
|
||||||
- name: data-api-only
|
|
||||||
lang: en
|
|
||||||
display_name: XRP Ledger Data API
|
|
||||||
<<: *defaults
|
|
||||||
no_cover: True
|
|
||||||
link_re_subs:
|
|
||||||
"([\\w-]+\\.html)": https://xrpl.org/\1
|
|
||||||
- name: data-api-ja
|
|
||||||
lang: ja
|
|
||||||
display_name: XRP Ledger Data API
|
|
||||||
<<: *defaults
|
|
||||||
no_cover: True
|
|
||||||
link_re_subs:
|
|
||||||
"([\\w-]+\\.html)": https://xrpl.org/ja/\1
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
|
||||||
# "Learn" funnel ---------------------------------------------------------------
|
# "Learn" funnel ---------------------------------------------------------------
|
||||||
@@ -3145,6 +3120,7 @@ pages:
|
|||||||
- en
|
- en
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
|
# Deprecation warnings for old Data API docs
|
||||||
- md: references/data-api.md
|
- md: references/data-api.md
|
||||||
targets:
|
targets:
|
||||||
- en
|
- en
|
||||||
@@ -3152,7 +3128,6 @@ pages:
|
|||||||
- md: references/data-api.ja.md
|
- md: references/data-api.ja.md
|
||||||
targets:
|
targets:
|
||||||
- ja
|
- ja
|
||||||
- data-api-ja
|
|
||||||
|
|
||||||
- md: references/xrp-ledger-toml.md
|
- md: references/xrp-ledger-toml.md
|
||||||
targets:
|
targets:
|
||||||
@@ -3289,17 +3264,17 @@ pages:
|
|||||||
- en
|
- en
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
- name: Data API v2 Tool
|
# - name: Data API v2 Tool
|
||||||
html: data-api-v2-tool.html
|
# html: data-api-v2-tool.html
|
||||||
parent: dev-tools.html
|
# parent: dev-tools.html
|
||||||
methods_js: js/apitool-methods-data_v2.js
|
# methods_js: js/apitool-methods-data_v2.js
|
||||||
rest_host: https://data.ripple.com
|
# rest_host: https://data.ripple.com
|
||||||
doc_page: data-api.html
|
# doc_page: data-api.html
|
||||||
sidebar: custom
|
# sidebar: custom
|
||||||
targets:
|
# targets:
|
||||||
- en
|
# - en
|
||||||
- ja
|
# - ja
|
||||||
template: template-rest-api-tool.html
|
# template: template-rest-api-tool.html
|
||||||
|
|
||||||
- name: ripple.txt Validator # Redirect from ripple.txt validator to toml
|
- name: ripple.txt Validator # Redirect from ripple.txt validator to toml
|
||||||
html: ripple-txt-validator.html
|
html: ripple-txt-validator.html
|
||||||
|
|||||||
Reference in New Issue
Block a user