mlabouardy / swaggymnia

Generate Swagger 🌀 documentation for your existing API in Insomnia
MIT License
426 stars 31 forks source link

What about parameters? #2

Closed umpirsky closed 6 years ago

umpirsky commented 6 years ago

I have a postman collection, and have requests like /profile/umpirsky in it, where umpirsky is username parameter. Concrete value for parameters is what is expected in postman collections.

I export this, and import in Insomnia, then export from there and use swaggyermania to export it to swagger UI format. But then I have no parameters in swagger UI.

How do you usually manage this? Keep /profile/{username} placeholders in Insomnia? What about paremeter type, description...?

Thanks for the nice tool!

mlabouardy commented 6 years ago

Keep /profile/{username} placeholders in Insomnia

At this moment, the tool doesnt support parameter type & description, but im working on it :)