Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dart-dio] Fixes issues with DateTime import and form date paramaterToString function #4929

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

josh-burton
Copy link
Contributor

Fixes issues with DateTime import and form date paramaterToString function

  • due to the addition of the timemachine library, models were importing ‘DateTime’ when using the core library, which is not a valid import.

  • the parameterToString function was copied from the dart2 generator and had some errors when some enums were classes.

CC: @ircecho @swipesight @jaumard @nickmeinhold @amondnet

…oString function

- due to the addition of the timemachine library, models were importing ‘DateTime’ when using the core library, which is not a valid import.

- the parameterToString function was copied from the dart2 generator and had some errors when some enums were classes.
@amondnet
Copy link
Contributor

amondnet commented Jan 13, 2020

LGTM

@wing328 wing328 changed the title [dart-dio] Fixes issues with DateTime import and form date paramaterT… [dart-dio] Fixes issues with DateTime import and form date paramaterToString function Jan 17, 2020
@wing328 wing328 merged commit f48325a into OpenAPITools:master Jan 17, 2020
@wing328 wing328 added this to the 4.2.3 milestone Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants