Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SDK example for Service Invocation that shows DaprClient.CreateInvokeHttpClient(); #888

Closed
msfussell opened this issue Jul 24, 2023 · 3 comments
Assignees
Milestone

Comments

@msfussell
Copy link
Member

Currently there are HTTP examples for service invocation, that show httpclient here https://github.com/dapr/quickstarts/blob/master/service_invocation/csharp/http/checkout/Program.cs

However the preferred way of using this via the SDK using DaprClient.CreateInvokeHttpClient(); is not covered and this should be where we direct users. It is described here https://learn.microsoft.com/en-us/dotnet/architecture/dapr-for-net-developers/service-invocation#invoke-http-services-using-httpclient

The docs in .NET also need updating here https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-client/ to show this method for both HTTP and SDK for Service Invocation.

@MregXN
Copy link
Member

MregXN commented Sep 6, 2023

/assign

@joebowbeer
Copy link
Contributor

Close this?

I think both links have been addressed.

@paulyuk
Copy link
Contributor

paulyuk commented Jul 29, 2024

Agree

@paulyuk paulyuk closed this as completed Jul 29, 2024
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

No branches or pull requests

4 participants