-
Notifications
You must be signed in to change notification settings - Fork 342
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
Issue 184 #185
Issue 184 #185
Conversation
Thanks @jeastham1993 for the contribution, this looks good. I see that you have added unit tests which is great. Have you validated it with invoking another service using Dapr. |
Happy to help @amanbha . I can go through and add clients for the other endpoints as well if you like? Yep, I built an application locally against my service and invoked a method using the API calls. All seems good to me 👍 |
Thats great, I will merge this. Yes, your other contributions to the project are welcome too. |
Description
Added a HttpClient implementation of the Dapr invoke endpoints following the same pattern as the StateClient.
Issue reference
This issue is related to issue #184
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: