Mastodon.py/docs/12_utilities.rst

36 wiersze
960 B
ReStructuredText
Czysty Zwykły widok Historia

2022-11-28 22:50:02 +00:00
Utility: Pagination and Blurhash
================================
.. py:module:: mastodon
2025-02-15 20:26:08 +00:00
:no-index:
2022-11-28 22:50:02 +00:00
.. py:class: Mastodon
Pagination
----------
These functions allow for convenient retrieval of paginated data.
.. _fetch_next():
.. automethod:: Mastodon.fetch_next
.. _fetch_previous():
.. automethod:: Mastodon.fetch_previous
.. _fetch_remaining():
.. automethod:: Mastodon.fetch_remaining
.. _pagination_iterator():
.. automethod:: Mastodon.pagination_iterator
.. _get_pagination_info():
.. automethod:: Mastodon.get_pagination_info
2022-11-28 22:50:02 +00:00
Blurhash decoding
-----------------
This function allows for easy basic decoding of blurhash strings to images.
This requires Mastodon.pys optional "blurhash" feature dependencies.
.. automethod:: Mastodon.decode_blurhash
Cache control
-------------
.. automethod:: Mastodon.clear_caches
Other utilities
---------------
.. automethod:: Mastodon.get_approx_server_time