"privacy": "privacyTermsOfUse()"
, we tell the server that we want it to send us the return value of privacyTermsOfUse()
and name it "privacy"
.termsOfUse()
and name it 'tos'
in the response"@Qeres.data
on our multipication method, so the user is going to get an error if he try to access it.string
parameters directly to the function.object
paremters by setting them in Query Variables (as explained at Query Variables part) or pass any other type which's returned from Qeres data methods by passing it into query variable.@Qeres.data
and @Qeres.path
. This is the example with our math method;text
and hello
. Because honestly, Who cares about statuses and the world? We can do it like this:hello
and world
methods:"HELLO WORLD"
. Instead of requesting the world
method and then sending another request for the hello
method, we can do it like this:$
before the variable name. Those variables can be both object typed and string typed, like this:handleRequest
second parameter, Like this:$apple
variable in your query.QeresError
object. You can do it like this:+
to number, I can do it like this:add
wouldn't convert its parameters to number.app.use(bodyParser.json());
)