diff options
author | Lorenz Diener <[email protected]> | 2018-06-04 16:55:37 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-04 16:55:37 +0200 |
commit | e1bac5b69ee1777a57a565956164bfb1dfd8bb41 (patch) | |
tree | a1260025084771f4a02c6c9c6d5dbdd29419da9e /docs | |
parent | 163fd5d3d558eed452c642248cb69dc597a5765f (diff) | |
download | mastodon.py-e1bac5b69ee1777a57a565956164bfb1dfd8bb41.tar.gz |
Update docs, development info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index a883e67..55d4495 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -97,7 +97,9 @@ similarly, allows you to specify the largest. By specifying either one (generall | |||
97 | only one, not both) of them you can go through pages forwards and backwards. | 97 | only one, not both) of them you can go through pages forwards and backwards. |
98 | 98 | ||
99 | limit allows you to specify how many results you would like returned. Note that an | 99 | limit allows you to specify how many results you would like returned. Note that an |
100 | instance may choose to return less results than you requested. | 100 | instance may choose to return less results than you requested - by default, Mastodon |
101 | will return no more than 40 statues and no more than 80 accounts no matter how high | ||
102 | you set the limit. | ||
101 | 103 | ||
102 | The responses returned by paginated endpoints contain a "link" header that specifies | 104 | The responses returned by paginated endpoints contain a "link" header that specifies |
103 | which parameters to use to get the next and previous pages. Mastodon.py parses these | 105 | which parameters to use to get the next and previous pages. Mastodon.py parses these |