-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(event_handler): add micro function examples #3056
docs(event_handler): add micro function examples #3056
Conversation
Thanks a lot for your first contribution! Please check out our contributing guidelines and don't hesitate to ask whatever you need. |
Hi @TonySherman! Can you enable our write access to this branch? We need to keep this PR in sync with our Thanks |
It doesn't look like I have the ability to do this. Perhaps because it's a fork by my organization. |
Aaa ok, don't worry about it. @sthulb and I will review this PR and provide appropriate feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These docs are good, thanks!
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
Thanks for the review @sthulb! I made a change on the one comment you had. If this falls behind the develop branch again. feel free to ping me. I'll try to keep an eye on it too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your review @sthulb!
Hi @TonySherman, I made some additional comments and it would be good to address them before we merge. This is a great opportunity to show our customers how to use a microfunction pattern, thank you very much for investing time in this.
examples/event_handler_rest/src/micro_function_all_users_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_all_users_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_all_users_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Tony Sherman <[email protected]>
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Tony Sherman <[email protected]>
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Tony Sherman <[email protected]>
examples/event_handler_rest/src/micro_function_user_by_id_route.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Tony Sherman <[email protected]>
Thanks for the suggestions @leandrodamascena! Let me know if there's any other changes you'd like. |
Hey @TonySherman! Can you please update this branch? We will merge and include in this release! Thanks a lot again, this is an important contribution. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Awesome work, congrats on your first merged pull request and thank you for helping improve everyone's experience! |
Issue number:
#902
Summary
Adding an example of a micro function pattern REST API
Changes
No code changes. Documentation updates only
User experience
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
No **RFC issue number**:Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.