Passing Parameters


#1

I want to call a piston using the endpoint address in the form of:
url/:piston: That works ok. But how do I append a variable to pass to the piston? I understand in the piston to use $args.variable, but I can’t seem to find the right syntax in the call. I tried appending?variable but that didn’t work.


#2

Never mind. Tried it again and it worked. I must have mistyped something the first time.