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
It would be much nicer instead of using magic string "changeUser(string userId, body:Vlingo.Http.Tests.Sample.User.UserData userData)" to use the expression tree
Today in order to define ressource templates matching methods, URI and action we use strings everywhere like that
It would be much nicer instead of using magic string
"changeUser(string userId, body:Vlingo.Http.Tests.Sample.User.UserData userData)"
to use the expression treeWe could also replace magic string
"PUT"
by anenum
The text was updated successfully, but these errors were encountered: