Advanced REST Client: adding query parameters

kmonsoor picture kmonsoor · Jun 16, 2016 · Viewed 15.4k times · Source

Advanced REST Client seems like a neat REST client implementation to try REST-APIs. But, I can't find how I can add query parameters to the URI of the API, but without putting it up the with the URI itself.

for example, to generate some URL like https://api.example.com/v2/users/?age=25&fanOf=lakers

i want to add parameters like "age"=25 and "fanOf"="lakers".

i know it's there somewhere but can't find it plainly on, otherwise intuitive interface, `Advanced REST client".

Answer

kmonsoor picture kmonsoor · Jun 16, 2016

After a bit of failed exploration on Internet & SO of-course, got it from a tip of a co-worker.

The option opens up by clicking the down-arrow on the left-side of the url-box.

enter image description here