Update docs, development info

This commit is contained in:
Lorenz Diener 2018-06-04 16:55:37 +02:00
pare 163fd5d3d5
commit e1bac5b69e
S'han modificat 2 arxius amb 7 adicions i 3 eliminacions

Veure arxiu

@ -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

Veure arxiu

@ -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