spec-first/connexion

Support for date and date-time type casting

Open

#344 aberto em 8 de nov. de 2016

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

Métricas do repositório

Stars
 (4.346 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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)

Guia do colaborador