From 09541dae86bc859bf5928ac65b2645dfaaf7f8b1 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 30 Aug 2018 14:12:02 -0700 Subject: [PATCH] docs: rippled APIs use `issuer` --- docs/index.md | 5 ++++- docs/src/rippledAPIs.md.ejs | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 07f6e8dd..e0c1a2ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -763,7 +763,10 @@ ripple-lib relies on [rippled APIs](https://ripple.com/build/rippled-apis/) for * Use `hasNextPage()` to determine whether a response has more pages. This is true when the response includes a [`marker` field](https://ripple.com/build/rippled-apis/#markers-and-pagination). * Use `requestNextPage()` to request the next page of data. -When using rippled APIs, [specify XRP amounts in drops](https://developers.ripple.com/basic-data-types.html#specifying-currency-amounts) and [timestamps as the number of seconds since the "Ripple Epoch"](https://developers.ripple.com/basic-data-types.html#specifying-time). +When using rippled APIs: +* [Specify XRP amounts in drops](https://developers.ripple.com/basic-data-types.html#specifying-currency-amounts). +* [Specify timestamps as the number of seconds since the "Ripple Epoch"](https://developers.ripple.com/basic-data-types.html#specifying-time). +* Instead of `counterparty`, use `issuer`. ## Listening to streams diff --git a/docs/src/rippledAPIs.md.ejs b/docs/src/rippledAPIs.md.ejs index 6a92acc7..bce0b221 100644 --- a/docs/src/rippledAPIs.md.ejs +++ b/docs/src/rippledAPIs.md.ejs @@ -5,7 +5,10 @@ ripple-lib relies on [rippled APIs](https://ripple.com/build/rippled-apis/) for * Use `hasNextPage()` to determine whether a response has more pages. This is true when the response includes a [`marker` field](https://ripple.com/build/rippled-apis/#markers-and-pagination). * Use `requestNextPage()` to request the next page of data. -When using rippled APIs, [specify XRP amounts in drops](https://developers.ripple.com/basic-data-types.html#specifying-currency-amounts) and [timestamps as the number of seconds since the "Ripple Epoch"](https://developers.ripple.com/basic-data-types.html#specifying-time). +When using rippled APIs: +* [Specify XRP amounts in drops](https://developers.ripple.com/basic-data-types.html#specifying-currency-amounts). +* [Specify timestamps as the number of seconds since the "Ripple Epoch"](https://developers.ripple.com/basic-data-types.html#specifying-time). +* Instead of `counterparty`, use `issuer`. ## Listening to streams