mjrgit / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Add enviornment support similar to Magic Variables #218

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Let user create named maps for replacing variables in requests similar to Magic 
Variables.  This way, one could write a request 
http://${enviornmentUrl}/my_ws?clientid=${clientid}.  Then you could easily 
switch between enviornments.  

See Postman extension for an example.

Original issue reported on code.google.com by DanielRM...@gmail.com on 7 Nov 2013 at 7:45

GoogleCodeExporter commented 8 years ago
Right now there is an option that results the same - easily switching between 
endpoints. I'm talking about projects. You can setup your own set of projects 
and switch between endpoints keeping (or not) requests parameters. 
However, next update will change that and there will be only an option to group 
requests in one set. I don't plan to maintain so complicated parameters 
switching function.
I'll look into this issue again when I'll be working on this feature on new 
version.

Original comment by jarro...@gmail.com on 7 Nov 2013 at 8:51