[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28619: Fix code readability, add docstrings to json_client

2023-01-04 Thread GitBox
ephraimbuddy commented on code in PR #28619: URL: https://github.com/apache/airflow/pull/28619#discussion_r1061624893 ## airflow/api/client/json_client.py: ## @@ -40,63 +55,99 @@ def _request(self, url, method="GET", json=None): except Exception:

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28619: Fix code readability, add docstrings to json_client

2023-01-04 Thread GitBox
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

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28619: Fix code readability, add docstrings to json_client

2023-01-04 Thread GitBox
ephraimbuddy commented on code in PR #28619: URL: https://github.com/apache/airflow/pull/28619#discussion_r1061484580 ## airflow/api/client/json_client.py: ## @@ -40,63 +55,99 @@ def _request(self, url, method="GET", json=None): except Exception:

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28619: Fix code readability, add docstrings to json_client

2023-01-04 Thread GitBox
ephraimbuddy commented on code in PR #28619: URL: https://github.com/apache/airflow/pull/28619#discussion_r1061476099 ## airflow/api/client/json_client.py: ## @@ -24,9 +24,24 @@ class Client(api_client.Client): -"""Json API client implementation.""" +"""Json API

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #28619: Fix code readability, add docstrings to json_client

2022-12-28 Thread GitBox
ephraimbuddy commented on code in PR #28619: URL: https://github.com/apache/airflow/pull/28619#discussion_r1058372127 ## airflow/api/client/json_client.py: ## @@ -24,9 +24,25 @@ class Client(api_client.Client): -"""Json API client implementation.""" +"""Json API