Hacker News new | ask | show | jobs
by redwoolf 4437 days ago
You can do this by using the environments feature. Create an environment and add a key to that environment to represent the base URL. Then in the the URL line replace your base URL with the reference to the key. For example http://{{base-url}}/api/
1 comments

Aha. I thought environments could only be used for setting additional HTTP headers! Thanks for this.