quickstarts icon indicating copy to clipboard operation
quickstarts copied to clipboard

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

Open msfussell opened this issue 2 years ago • 1 comments

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.

msfussell avatar Jul 24 '23 14:07 msfussell

/assign

MregXN avatar Sep 06 '23 07:09 MregXN

Close this?

I think both links have been addressed.

joebowbeer avatar Jul 21 '24 11:07 joebowbeer

Agree

paulyuk avatar Jul 29 '24 04:07 paulyuk