rest - how to generate dummy response from swagger -


as might know, swagger provides test api using 'try out' option in http://petstore.swagger.io/#!/pet/findpetsbystatus.

i not know how swagger manages 'try out' option want manually keep response per different request. swagger simulate response without having proper server ?

is possible swagger? if yes, how ?

thanks in advance.

swagger's "try out" function works calling live api. can't use without real api running. not possible simulate responses swagger documentation written.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -