jens-scheffler-bosch commented on code in PR #34669: URL: https://github.com/apache/airflow/pull/34669#discussion_r1370673376
########## 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: The documentation does not match to current code anymore. Is this intended? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org