Initial setup questions; Interfaces, dates, PascalCase #1403
Unanswered
CorneThoes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @CorneThoes! It sounds like your use case is to generate only types, am I correct? Can I ask why? As for your questions, 1 and 2 are not current features. Are interfaces a mere preference or is there a reason for wanting them? Your last question, can you provide an example of the transformation you'd expect? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone! Just started testing out this openapi generator. Does anyone know if its possible to, and if so how, to do my following questions:
When using the date transformer, types get changed to have Date instead of string. However, a bunch of transformers are also generated that Are throwing an error because ( i think ) I dont use a client. Is it possible to not generate the transformers, but still have Date instead of string?
Is it possible to swap from types to interfaces?
I saw an open ticket that mentioned interfaces and PascalCase, is there a way to force the generated types to be PascalCase?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions