bruno
bruno copied to clipboard
After importing Swagger, Bruno does not give me a template to populate JSON body
After importing Swagger 2.0 JSON, Bruno disregards the parameters and definitions.
E.g. if a call POST /login
takes a JSON body object { "username": string, "token": string }
, Bruno should prompt me to enter only my username and token, in a UI form that is built dynamically according to my Swagger.