spec-first/connexion

Support for date and date-time type casting

Open

#344 opened on Nov 8, 2016

View on GitHub
 (10 comments) (2 reactions) (0 assignees)Python (738 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,346 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It would be great to have type casting of formats 'string/date-time' and 'string/date' to python datetime.datetime and datetime.date. I guess this would need custom flask converters to be added to url_map (http://flask.pocoo.org/docs/0.11/api/#flask.Flask.url_map)

Contributor guide