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?
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
Post a Comment