Update links to HTTP/WS get started page

This commit is contained in:
mDuo13
2021-05-10 16:27:21 -07:00
parent 6d5689885d
commit 7d16ea3429
41 changed files with 56 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ blurb: これらの管理APIメソッドを使用してrippledサーバーを管
`rippled`サーバーと直接通信する際には管理APIメソッドを使用します。管理メソッドは、信頼できるサーバー運用担当者のみを対象としています。管理メソッドには、サーバーの管理、監視、デバッグのためのコマンドが含まれています。
管理コマンドを使用できるのは、管理者として、`rippled.cfg`ファイルに指定されているホストとポートで`rippled`サーバーに接続している場合に限られます。デフォルトでは、コマンドラインクライアントが管理接続を使用します。`rippled`への接続についての詳細は、[rippled API入門](get-started-with-the-rippled-api.html)を参照してください。
管理コマンドを使用できるのは、管理者として、`rippled.cfg`ファイルに指定されているホストとポートで`rippled`サーバーに接続している場合に限られます。デフォルトでは、コマンドラインクライアントが管理接続を使用します。`rippled`への接続についての詳細は、[rippled API入門](get-started-using-http-websocket-apis.html)を参照してください。
## [キー生成メソッド](key-generation-methods.html)

View File

@@ -7,7 +7,7 @@ blurb: Administer a rippled server with these admin API methods.
Communicate directly with a `rippled` server using these admin API methods. Admin methods are meant only for trusted personnel in charge of keeping the server operational. Admin methods include commands for managing, monitoring, and debugging the server.
Admin commands are available only if you connect to `rippled` on a host and port that the `rippled.cfg` file identifies as admin. By default, the commandline client uses an admin connection. For more information on connecting to `rippled`, see [Getting Started with the `rippled` API](get-started-with-the-rippled-api.html).
Admin commands are available only if you connect to `rippled` on a host and port that the `rippled.cfg` file identifies as admin. By default, the commandline client uses an admin connection. For more information on connecting to `rippled`, see [Getting Started with the `rippled` API](get-started-using-http-websocket-apis.html).
## [Key Generation Methods](key-generation-methods.html)

View File

@@ -7,7 +7,7 @@ blurb: Information on how public APIs limit clients from making too many request
The `rippled` server limits the rate at which API clients can make requests on public APIs. Rate limiting is based on the IP address of the client, so clients behind [network address translation](https://en.wikipedia.org/wiki/Network_address_translation) share a limit based on their public IP address.
**Tip:** Rate limiting does not apply when the client is connected [as an admin](get-started-with-the-rippled-api.html#admin-access).
**Tip:** Rate limiting does not apply when the client is connected [as an admin](get-started-using-http-websocket-apis.html#admin-access).
When a client is approaching the rate limit, the server adds the field `"warning": "load"` at the top level of an [API response](response-formatting.html). This warning is not added to every response, but the server may send several such warnings before it disconnects a client.
@@ -55,7 +55,7 @@ The usage rate drops off exponentially over time, so a client that does not make
- [The `rippled` Server](the-rippled-server.html)
- [Software Ecosystem](software-ecosystem.html)
- **Tutorials:**
- [Getting Started with XRP Ledger APIs](get-started-with-the-rippled-api.html)
- [Getting Started with XRP Ledger APIs](get-started-using-http-websocket-apis.html)
- [Troubleshooting rippled](troubleshoot-the-rippled-server.html)
- **References:**
- [rippled API Reference](rippled-api.html)

View File

@@ -128,7 +128,7 @@ Example warning:
This warning indicates that the one or more [amendments](amendments.html) to the XRP Ledger protocol are scheduled to become enabled, but the current server does not have an implementation for those amendments. If those amendments become enabled, the current server will become [amendment blocked](amendments.html#amendment-blocked), so you should [upgrade to the latest `rippled` version](install-rippled.html) as soon as possible.
The server only sends this warning if the client is [connected as an admin](get-started-with-the-rippled-api.html#admin-access).
The server only sends this warning if the client is [connected as an admin](get-started-using-http-websocket-apis.html#admin-access).
This warning includes a `details` field with the following fields:
@@ -186,7 +186,7 @@ It is generally safe to ignore this warning.
- [Amendments](amendments.html)
- [Known Amendments](known-amendments.html)
- **Tutorials:**
- [Get Started with XRP Ledger APIs](get-started-with-the-rippled-api.html)
- [Get Started with XRP Ledger APIs](get-started-using-http-websocket-apis.html)
- [Install and Update `rippled`](install-rippled.html)
- **References:**
- [feature method][]