ashwinkm / Boomerang-app-support

Boomerang is an unique app which allows you to work with both SOAP & REST based web services.
10 stars 0 forks source link

Documentation for params? #28

Closed mypark closed 7 years ago

mypark commented 7 years ago

How are params and dynamic properties set? I couldn't find documentation for it. For instance, in postman, you can set environment variables which you then interpolate into your request by using {keyword}

ashwinkm commented 7 years ago

Use double curly braces {{keyword}}. Please find the documentation for dynamic request generation here.

LGEbsco commented 7 years ago

How to reference in payload body parameters from PARAMS tab? Suggested {{ParamName}} does nto work..

ashwinkm commented 7 years ago

PARAMS tab is to display the Query String parameters. I think I should rename this tab to QueryString. You can not reference parameters from the PARAMS tab.

You can reference parameters you declared in the environment window and dynamically created parameters in the script tab.

avalanche1 commented 5 years ago

I think I should rename this tab to QueryString

Yeah, you definitely should.