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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

c# - Update a combobox from a presenter (MVP) -