Thanks for the helpful explanation and examples. Is it possible to repeat a parameter several times, like in message: { param: 1, param:2, param:3 } which does of course not work since message is a hash.
Thanks for the helpful explanation and examples.
Is it possible to repeat a parameter several times, like in
message: {
param: 1,
param:2,
param:3
}
which does of course not work since message is a hash.