bauerji / flask-pydantic

flask extension for integration with the awesome pydantic package
MIT License
368 stars 58 forks source link

Support of path parameters #31

Closed parisni closed 3 years ago

parisni commented 3 years ago

So far the lib handles:

Could it handle pathParam /endpoint/{q} ?

bauerji commented 3 years ago

Thank You @parisni for suggestions. Version 0.7.0 contains this feature. Please consult README or example app to review how it works.

If You are not satisfied with this solution feel free to reopen this issue or create another one.

parisni commented 3 years ago

amazing dude