We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
httpclient
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
DaprClient.CreateInvokeHttpClient();
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.
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
Close this?
I think both links have been addressed.
Agree
MregXN
No branches or pull requests
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.csHowever 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-httpclientThe 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.
The text was updated successfully, but these errors were encountered: