coding-kitties / flask-swagger-generator

A simple to use flask swagger generator working with the Flask web framework.
MIT License
6 stars 6 forks source link

How can I define query parameters? #21

Closed schmidtfx closed 1 year ago

schmidtfx commented 2 years ago

Hi,

how can I define query parameters for an endpoint?

Thanks

fizaashraf37 commented 1 year ago

Currently only path parameters can be added. Query parameters are not supported in current version. I will create a feature branch to add this feature.

fizaashraf37 commented 1 year ago

I have added this functionality in a feature branch with PR#31