-
Notifications
You must be signed in to change notification settings - Fork 61
Improve api #57
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
Improve api #57
Conversation
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com> Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
|
Can you remove from this PR the changes to cloudevents-sdk-actix-web? |
Done! Also, should I remove the old function call? |
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com> Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com> Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
…into improve_api Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com> Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com> Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
slinkydeveloper
left a comment
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.
Minor nits and lgtm
I'm fine with async-trait, i've tried locally and using a concrete type it's just too hard
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
slinkydeveloper
left a comment
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.
convert the pr to ready to review
|
You need to translate the example that uses reqwest to use these new apis |
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
Signed-off-by: Pranav Bhatt <adpranavb2000@gmail.com>
improved API call for
cloudevents-sdk-reqwest, replacingresponse_to_event()andevent_to_request()