luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

[feature request] Inject value to url paramater #87

Open mittalyashu opened 3 years ago

mittalyashu commented 3 years ago

NOTE: It's url parameter http://example.com/post/:postId, not url query http://example.com/post?postId=123

Add the option to inject dynamic value to url params (i am not talking about environment variable)

CleanShot 2020-10-27 at 20 06 47@2x

Just like we add data to body

CleanShot 2020-10-27 at 20 09 43@2x

Same thing can be added for url params using : syntax where the property should be replace with the value provided.

nunogoncalves commented 3 years ago

You can create a request variable for that. Or I didn't understand correctly what you want. :)