aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
committerLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
commit18c6b3b90ff8bd607df18af86d092ac1205ffbf7 (patch)
tree203729696d2639d5bf221168ad6c76a150130ab0 /docs
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index cdd03ee..120828e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -104,10 +104,8 @@ The responses returned by paginated endpoints contain a "link" header that speci
104which parameters to use to get the next and previous pages. Mastodon.py parses these 104which parameters to use to get the next and previous pages. Mastodon.py parses these
105and stores them (if present) in the first (for the previous page) and last (for the 105and stores them (if present) in the first (for the previous page) and last (for the
106next page) item of the returned list as _pagination_prev and _pagination_next. They 106next page) item of the returned list as _pagination_prev and _pagination_next. They
107are accessible only via attribute-style access, and are not considered in determining 107are accessible only via attribute-style access. Note that this means that if you
108dict equality (meaning their presence will not affect any tests of wheter two dicts 108want to persist pagination info with your data, you'll have to take care of that
109are the same, or whether a specific dict is in a list). Note that this also means that
110if you want to persist pagination info with your data, you'll have to take care of that
111manually (or persist objects, not just dicts). 109manually (or persist objects, not just dicts).
112 110
113There are convenience functions available for fetching the previous and next page of 111There are convenience functions available for fetching the previous and next page of
Powered by cgit v1.2.3 (git 2.41.0)