aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 14:54:23 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 14:54:23 +0200
commita17b20cfa142469019cd5982ba200510afc1f884 (patch)
treec7e79021572db7fbbf33a1b995e0532bf99a5d56 /docs
parentff489d8d3ef74725a86ed9999c9fa2c8cd32dfac (diff)
downloadmastodon.py-a17b20cfa142469019cd5982ba200510afc1f884.tar.gz
fix naming for featured tags
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index dad7669..c2caf3a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -130,11 +130,12 @@ allows you to specify the largest id you want. By specifying either min_id or `m
130(generally, only one, not both, though specifying both is supported starting with Mastodon 130(generally, only one, not both, though specifying both is supported starting with Mastodon
131version 3.3.0) of them you can go through pages forwards and backwards. 131version 3.3.0) of them you can go through pages forwards and backwards.
132 132
133On Mastodon mainline, you can, pass datetime objects as IDs, since the IDs used are 133On Mastodon mainline, you can, pass datetime objects as IDs when fetching posts,
134Snowflake IDs and dates can be approximately converted to those. This is guaranteed 134since the IDs used are Snowflake IDs and dates can be approximately converted to those.
135to work on mainline Mastodon servers and very likely to work on all forks, but will 135This is guaranteed to work on mainline Mastodon servers and very likely to work on all
136**not** work on other servers implementing the API, like Pleroma, Misskey or Gotosocial. 136forks, but will **not** work on other servers implementing the API, like Pleroma, Misskey
137You should not use this if you want your application to be universally compatible. 137or Gotosocial. You should not use this if you want your application to be universally
138compatible.
138 139
139`limit` allows you to specify how many results you would like returned. Note that an 140`limit` allows you to specify how many results you would like returned. Note that an
140instance may choose to return less results than you requested - by default, Mastodon 141instance may choose to return less results than you requested - by default, Mastodon
@@ -1178,6 +1179,7 @@ These functions allow you to interact with other accounts: To (un)follow and
1178.. automethod:: Mastodon.account_unpin 1179.. automethod:: Mastodon.account_unpin
1179.. automethod:: Mastodon.account_update_credentials 1180.. automethod:: Mastodon.account_update_credentials
1180.. automethod:: Mastodon.account_note_set 1181.. automethod:: Mastodon.account_note_set
1182.. automethod:: Mastodon.account_featured_tags
1181 1183
1182Writing data: Featured tags 1184Writing data: Featured tags
1183~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1185~~~~~~~~~~~~~~~~~~~~~~~~~~~
Powered by cgit v1.2.3 (git 2.41.0)