https://docs.dapr.io/reference/api/ needs a section that shows how to use metadata in each of the languages dapr supports
- Dominant language
- SCSS
- Stars
- 1k
- Forks
- 794
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 7
Description
While the info in the individual component sections under https://docs.dapr.io/reference/api/ is quite useful **there seems to be no where that I can find in dapr docs a place that shows how to construct the often required request metadata for a specific language**. I struggled with this in C# .NET SDK months ago, and find others struggling with it now. Currently it takes way, way too much time to figure out how to use request metadata in a specific language (not just a json example, but very specific to a given language) when it is actually really, really easy! Please help!
So please either:
1. Make a language specific section in https://docs.dapr.io/reference/api/ that shows very brief list of simple, basic examples of how to construct metadata used in requests for each language supported by dapr. All it takes is 2 to 4 lines of code per language for a basic example, and once done it will rarely change -- only when new languages are added.
OR
2. Make a list of links, one for each language, that takes the viewer to some example code that shows how to generally use request metadata, perhaps in a more complex example of something besides request metadata, like Service Invocation, etc.
Doing this will make the "Dapr Experience" much happier and way less frustrating and time consuming to get the really basic info needed to use Dapr components.
Thanks in advance!
Contributor guide
Assessment
This issue has not been assessed yet.