""":class:`AsyncPaginator` can be used to paginate for any
:class:`AsyncClient` methods that support pagination
- .. versionadded:: 4.11
-
.. note::
When the returned response from the method being passed is of type
the pagination tokens, likely negating any potential performance
benefits from using a :class:`aiohttp.ClientResponse` return type.
+ .. versionadded:: 4.11
+
Parameters
----------
method
""":class:`Paginator` can be used to paginate for any :class:`Client`
methods that support pagination
- .. versionadded:: 4.0
-
.. note::
When the returned response from the method being passed is of type
the pagination tokens, likely negating any potential performance
benefits from using a :class:`requests.Response` return type.
+ .. versionadded:: 4.0
+
Parameters
----------
method