Campoie / rest-assured

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

Support for path params #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. 

with().pathParams("model", "x").when().get("/admin/{model}/something");

Original issue reported on code.google.com by johan.ha...@gmail.com on 28 Feb 2011 at 1:30

GoogleCodeExporter commented 9 years ago
and:

get("/admin/{model}/something", model); // var args

Don't forget to URL encode model. 

Original comment by johan.ha...@gmail.com on 21 Jun 2011 at 2:45

GoogleCodeExporter commented 9 years ago
Also support 

get("/admin/{model}/something", map);

Original comment by johan.ha...@gmail.com on 21 Jun 2011 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 22 Jun 2011 at 7:25