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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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