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
I was thinking if it was possible to add an option for to use a function with variables here instead of just a function with a Request object as a parameter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In .post uses a closure to point to a function.
https://github.com/netreconlab/parse-server-swift/blob/be2c6dd2eb90b4ee9c976ab7a27f6e8f8473f994/Sources/ParseServerSwift/Extensions/ParseHookFunction%2BVapor.swift#L270C1-L289C6
I was thinking if it was possible to add an option for to use a function with variables here instead of just a function with a Request object as a parameter.
i.e. I wanted to use something like
Would it be something we can incorporate to RouteBuilder.post() ?
Beta Was this translation helpful? Give feedback.
All reactions