docs(examples): add service consumer/provider HTTP example#1528
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1528 +/- ##
====================================
Coverage 74% 74%
====================================
Files 33 33
Lines 3975 3975
====================================
Hits 2964 2964
Misses 1011 1011
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Thanks for the PR! I'm on holidays at the moment, but I will take a look at this next week :D |
Signed-off-by: JP-Ellis <josh@jpellis.me>
As these examples are intended to be self-contained reference snippets for others, I have greatly expanded on the documentation contained within. Signed-off-by: JP-Ellis <josh@jpellis.me>
|
Overall looks really good 🚀 I have just added some extra documentation (similar to some of other examples), just trying to re-inforce certain ideas and being very clear as to what is going on. Please let me know what you think, and if all good, I'll merge the PR. |
|
thanks! it looks much better |
📝 Summary
Adds a new HTTP example for a service that is both consumer and provider.
examples/http/service_consumer_provider/examples/http/README.mdandexamples/README.md🔥 Motivation
Closes #1274.
🔨 Test Plan
🔗 Related issues/PRs