Hello I have a few questions
Well actually just one
I have a defresource
which has some keys :allowed? :PUT! :handle-created
Seems like they run in that order. But at which point does my client actually get the results? After the put!
or after the handle-created
?