Skip to content

Commit

Permalink
A whole new client (dapr#93)
Browse files Browse the repository at this point in the history
* Add a centralized dapr client

* Url encode string

* Don't url encode method name

* Fix invocation

* Do url encode the method

* Update deps

* Move invocation to a trait

* Move each piece to a trait

* Add an app id

* Add bulk state support

* Update client

* Specify return type
  • Loading branch information
withinboredom authored Jul 16, 2021
1 parent d53e986 commit 57efb04
Show file tree
Hide file tree
Showing 17 changed files with 1,755 additions and 172 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"nyholm/psr7": "^1.3",
"nyholm/psr7-server": "^1.0",
"php-di/invoker": "^2.3",
"laminas/laminas-httphandlerrunner": "^1.3"
"laminas/laminas-httphandlerrunner": "^1.3",
"guzzlehttp/guzzle": "^7.3"
},
"require-dev": {
"ext-xdebug": "*",
"vimeo/psalm": "^4.3",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"vimeo/psalm": "^4.7"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 57efb04

Please sign in to comment.