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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -