Joffreybvn commented on code in PR #34669:
URL: https://github.com/apache/airflow/pull/34669#discussion_r1370745878
##########
docs/apache-airflow-providers-http/operators.rst:
##########
@@ -118,3 +118,24 @@ Here we pass form data to a ``POST`` operation which is
equal to a usual form su
:language: python
:start-after: [START howto_operator_http_task_post_op_formenc]
:end-before: [END howto_operator_http_task_post_op_formenc]
+
+.. _howto/operator:PaginatedHttpOperator:
+
+You can also do a series of call on a paginated API:
+
+The :class:`~airflow.providers.http.operators.paginated.SimpleHttpOperator`
allows to repeatedly call an API
Review Comment:
Indeed, docs was still mentioning "PaginatedHttpOperator". I removed all
mentions of it. Thanks !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]