You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't hesitate to move that to the SDK, it makes things much simpler!
This PR introduces a CallbackBuilder to replace the single handler input that SDK create methods use now. This is so a dev can create handlers for multiple webhook events and the SDK process them all as a single fn for any given event.
Proxy logic has been simplified via the new CallbackBuilder and the SDK should export it. (This task may need transferred into the SDK if it's no longer exported from this repo)
This PR introduces a
CallbackBuilder
to replace the single handler input that SDK create methods use now. This is so a dev can create handlers for multiple webhook events and the SDK process them all as a single fn for any given event.Proxy
logic has been simplified via the newCallbackBuilder
and the SDK should export it. (This task may need transferred into the SDK if it's no longer exported from this repo)Originally posted by @gentlementlegen in ubiquity-os-marketplace/command-ask#9 (review)
The text was updated successfully, but these errors were encountered: