aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-04 16:55:37 +0200
committerLorenz Diener <[email protected]>2018-06-04 16:55:37 +0200
commite1bac5b69ee1777a57a565956164bfb1dfd8bb41 (patch)
treea1260025084771f4a02c6c9c6d5dbdd29419da9e
parent163fd5d3d558eed452c642248cb69dc597a5765f (diff)
downloadmastodon.py-e1bac5b69ee1777a57a565956164bfb1dfd8bb41.tar.gz
Update docs, development info
-rw-r--r--DEVELOPMENT.md6
-rw-r--r--docs/index.rst4
2 files changed, 7 insertions, 3 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 999550d..d52ce46 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -5,5 +5,7 @@ Here's some general stuff to keep in mind, and some work that needs to be done
5 5
6* Current TODOs: 6* Current TODOs:
7 * Testing - test 2.3 stuff and verify it works, test pinning 7 * Testing - test 2.3 stuff and verify it works, test pinning
8 * 2.4 support 8 * 2.4 support:
9 9 * Dict updates (bot flag, profile meta fields, ...?)
10 * Push API
11 \ No newline at end of file
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
97only one, not both) of them you can go through pages forwards and backwards. 97only one, not both) of them you can go through pages forwards and backwards.
98 98
99limit allows you to specify how many results you would like returned. Note that an 99limit allows you to specify how many results you would like returned. Note that an
100instance may choose to return less results than you requested. 100instance may choose to return less results than you requested - by default, Mastodon
101will return no more than 40 statues and no more than 80 accounts no matter how high
102you set the limit.
101 103
102The responses returned by paginated endpoints contain a "link" header that specifies 104The responses returned by paginated endpoints contain a "link" header that specifies
103which parameters to use to get the next and previous pages. Mastodon.py parses these 105which parameters to use to get the next and previous pages. Mastodon.py parses these
Powered by cgit v1.2.3 (git 2.41.0)