Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Advanced REST Client: adding query parameters

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".

like image 660
kmonsoor Avatar asked Jun 16 '16 15:06

kmonsoor


2 Answers

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

like image 71
kmonsoor Avatar answered Sep 28 '22 06:09

kmonsoor


Screenshot with new version 12.1.4 of ARC client

enter image description here

like image 23
vikas Avatar answered Sep 28 '22 07:09

vikas