darrenburns / posting

The modern API client that lives in your terminal.
Apache License 2.0
4.92k stars 73 forks source link

[Feature] URL Parameters #92

Open khaosdoctor opened 2 months ago

khaosdoctor commented 2 months ago

This is a feature request

What

Allow to have URL parameters like some/:id which would be added in a new section called parameters besides query and headers, this could be automatically picked up by using a regex like (?:\/)(\:.*)(?:\/?).

This would allow us to keep the URLs more configurable

Declow commented 2 months ago

I was just looking for the same thing 👍