Advanced REST Client: adding query parameters
Asked Answered
H

3

7

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

Hocuspocus answered 16/6, 2016 at 15:14 Comment(2)
You should use, Postman FTW!Narcosis
as i've used both, imo ARC has more flexibility than Postman ;)Hocuspocus
H
26

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

Hocuspocus answered 16/6, 2016 at 15:14 Comment(0)
B
4

Screenshot with new version 12.1.4 of ARC client

enter image description here

Boettcher answered 21/2, 2019 at 6:20 Comment(0)
W
0

For version 17.0.9 -

  1. Enter URL (with or without parameters included).
  2. Click the pencil icon to the right of the URL input to edit parameters.

enter image description here

 

  1. Then the menu appears

enter image description here

Weaponless answered 22/12, 2023 at 20:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.