From e1bac5b69ee1777a57a565956164bfb1dfd8bb41 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 4 Jun 2018 16:55:37 +0200 Subject: [PATCH] Update docs, development info --- DEVELOPMENT.md | 6 ++++-- 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 * Current TODOs: * Testing - test 2.3 stuff and verify it works, test pinning - * 2.4 support - + * 2.4 support: + * Dict updates (bot flag, profile meta fields, ...?) + * Push API + \ 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 only one, not both) of them you can go through pages forwards and backwards. limit allows you to specify how many results you would like returned. Note that an -instance may choose to return less results than you requested. +instance may choose to return less results than you requested - by default, Mastodon +will return no more than 40 statues and no more than 80 accounts no matter how high +you set the limit. The responses returned by paginated endpoints contain a "link" header that specifies which parameters to use to get the next and previous pages. Mastodon.py parses these