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