spec-first/connexion

Support for date and date-time type casting

Open

#344 geöffnet am 8. Nov. 2016

Auf GitHub ansehen
 (10 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Python (4.346 Stars) (738 Forks)batch import
enhancementhelp wanted

Beschreibung

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