Skip to content

Conversation

@StuartFerguson
Copy link
Member

Replaced the ProcessResponse<T> method with a new approach using HandleResponseX for processing HTTP responses. The updated implementation checks for success and deserializes response content into a ResponseData<T> object. This change improves error handling and response processing across multiple API call methods in the EstateReportingApiClient class.

Replaced the `ProcessResponse<T>` method with a new approach using `HandleResponseX` for processing HTTP responses. The updated implementation checks for success and deserializes response content into a `ResponseData<T>` object. This change improves error handling and response processing across multiple API call methods in the `EstateReportingApiClient` class.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Mar 4, 2025
@StuartFerguson StuartFerguson linked an issue Mar 4, 2025 that may be closed by this pull request
@StuartFerguson StuartFerguson merged commit 9bd71b7 into main Mar 4, 2025
4 checks passed
@github-actions github-actions bot deleted the bug/#120_upgrade_client_response_handling branch May 4, 2025 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Client Response Handling

2 participants