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 | |
parent | 163fd5d3d558eed452c642248cb69dc597a5765f (diff) | |
download | mastodon.py-e1bac5b69ee1777a57a565956164bfb1dfd8bb41.tar.gz |
Update docs, development info
-rw-r--r-- | DEVELOPMENT.md | 6 | ||||
-rw-r--r-- | docs/index.rst | 4 |
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 | |||
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 |