Skip to content

Conversation

@TD2106
Copy link
Member

@TD2106 TD2106 commented Jul 17, 2025

Summary of the changes (Less than 80 chars)

  • Add client invocation logic

@TD2106 TD2106 requested review from vicancy and vwxyzh July 17, 2025 09:39
@Y-Sindo
Copy link
Member

Y-Sindo commented Jul 28, 2025

Don't forget to add e2e tests in ServiceHubContextE2EFacts

@TD2106
Copy link
Member Author

TD2106 commented Aug 20, 2025

@Y-Sindo E2E should wait for next release after the RT fixed is deployed right?

After discussion will add it

args,
async response =>
{
responseContent = await response.Content.ReadAsStringAsync(cancellationToken);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use DeserializeAsync here directly

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And RestClient already contains an ObjectSerializer, you can reuse that one.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated by exposing the ObjectSerializer in the RestClient and using that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants