rest - Test Restful Web API using Postman -


i have simple asp.net restful api want test using postman.

how enter path parameter values place holders or variables in postman?

restful url in postman

so in illustrated example want make fruittypeid=apple , numberofitems=10 final url myurl.com/fruit/apple/10

i tried using keys in postman adds querystring parameters e.g. /?fruittypeid=apple&numberofitems=10. not need i'm not using querystrings, rather restful path values.

i don't want change url path every time new values. i'm looking easier ui simple change values of path values in textbox.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -