Commit Graph

2 Commits

Author SHA1 Message Date
vinayada1 a2ed096b79
API to set DAPR_API_TOKEN (#558)
* API to set DAPR_API_TOKEN

Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2021-01-27 13:39:44 -08:00
Ryan Nowak f6aec35b9b
Add HttpClient support for Dapr service invocation (#544)
- Adds a new message handler for HttpClient interop
- Adds an easy way to create HttpClient instances
- A bunch of sample cleanup/polish/simplification

The main thing here is the added ability to interop with HttpClient. We'll be making some future changes to the service invocation APIs in DaprClient to address dapr/dapr#2342 since that issues greatly simplifies the interface we're dealing with.

Fixes: #526
2021-01-17 16:22:45 -08:00