Skip to content

Somewhere for me to play with and learn about dapr.

Notifications You must be signed in to change notification settings

tmeadon/playing-with-dapr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

call nginx from busybox: curl http://localhost:3500/v1.0/invoke/nginx-basic/method/index.html

retrieve secret from busybox curl http://localhost:3500/v1.0/secrets/azurekeyvault/test

set state from busybox curl -X POST -H "Content-Type: application/json" -d '[{ "key": "key1", "value": "value1"}]' http://localhost:3500/v1.0/state/statestore

get state from busybox curl http://localhost:3500/v1.0/state/statestore/abc

About

Somewhere for me to play with and learn about dapr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published