ephraimbuddy commented on code in PR #28619:
URL: https://github.com/apache/airflow/pull/28619#discussion_r1061519442


##########
airflow/api/client/json_client.py:
##########
@@ -24,9 +24,24 @@
 
 
 class Client(api_client.Client):
-    """Json API client implementation."""
+    """Json API client implementation.
 
-    def _request(self, url, method="GET", json=None):
+    This client is used to interact with a Json API server and perform various 
actions
+    such as triggering DAG runs,deleting DAGs, interacting with pools, and 
getting lineage information.
+
+    :param api_base_url: The base URL for the Json API server.
+    :param session: A session object to use for making HTTP requests.

Review Comment:
   I believe the one we have in the base is enough



-- 
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

Reply via email to