spec-first/connexion

Support for date and date-time type casting

Open

#344 ouverte le 8 nov. 2016

Voir sur GitHub
 (10 commentaires) (2 réactions) (0 assignés)Python (738 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 346 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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)

Guide contributeur