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