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

[Typescript] Handle parameters containing colons #4290

Open
wing328 opened this issue Nov 30, 2016 · 2 comments
Open

[Typescript] Handle parameters containing colons #4290

wing328 opened this issue Nov 30, 2016 · 2 comments

Comments

@wing328
Copy link
Contributor

wing328 commented Nov 30, 2016

Description

Similar to #4284, we need to fix the same issue for node, angular and angular2 in query, form and header parameters.

Swagger-codegen version

Latest master

Related issues

#4284

Suggest a Fix

For Typescript-fetch, the issue has been addressed via #4287

@wing328 wing328 added this to the v2.2.2 milestone Nov 30, 2016
@wing328 wing328 changed the title [Typescript] Handle query parameters containing colons [Typescript] Handle parameters containing colons Nov 30, 2016
@wing328
Copy link
Contributor Author

wing328 commented Jan 17, 2017

If anyone wants to work on this, please kindly reply to let us know. Thank you 🙇

@smasala
Copy link

smasala commented Sep 21, 2018

Have the same issue where colons are removed from properties which then lead to ts interfaces being generated without colons in the key names. Java model property assignment: my:colon:key -> typescript interface mycolonkey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants