diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 12 |
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 |
131 | version 3.3.0) of them you can go through pages forwards and backwards. | 131 | version 3.3.0) of them you can go through pages forwards and backwards. |
132 | 132 | ||
133 | On Mastodon mainline, you can, pass datetime objects as IDs, since the IDs used are | 133 | On Mastodon mainline, you can, pass datetime objects as IDs when fetching posts, |
134 | Snowflake IDs and dates can be approximately converted to those. This is guaranteed | 134 | since the IDs used are Snowflake IDs and dates can be approximately converted to those. |
135 | to work on mainline Mastodon servers and very likely to work on all forks, but will | 135 | This 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. | 136 | forks, but will **not** work on other servers implementing the API, like Pleroma, Misskey |
137 | You should not use this if you want your application to be universally compatible. | 137 | or Gotosocial. You should not use this if you want your application to be universally |
138 | compatible. | ||
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 |
140 | instance may choose to return less results than you requested - by default, Mastodon | 141 | instance 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 | ||
1182 | Writing data: Featured tags | 1184 | Writing data: Featured tags |
1183 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1185 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |