openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
558 stars 67 forks source link

Date-time Type #23

Closed Warxcell closed 1 year ago

Warxcell commented 4 years ago

Hello, does the client handles type conversions like date-time? endDate?: string; // date-time

anttiviljami commented 4 years ago

Hi @Warxcell. To keep things as simple as possible, this library doesn't perform any type conversions for parameter or responses.

It may however be a good idea to add support for Date objects in params with the date-time format in Typegen.