I am running the parse.com tutorial,
https://www.parse.com/docs/cloud_code_guide
and he mentions that when I do some cloud code, I have to get json values ββusing request.params.someParam
Everything is good and good, except for the textbook, it immediately starts calling request.object.get("someParam")
What is the difference between request.object.get () and request.params.theParam? Better than the other? Is this the standard javascript I should know (I don't know js a whole bunch)
source share