Ge0rg3 / flask-parameter-validation

Get and validate all Flask input parameters with ease.
https://pypi.org/project/Flask-Parameter-Validation/
29 stars 12 forks source link

Provide alias to parameters #20

Closed summersz closed 11 months ago

summersz commented 1 year ago

Hi,

Is it possible to add an alias to parameters? for example if hyphen separated url parameters are used, these could be defined like url_parameter: str = Query(alias='url-parameter')