You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project to generate and publish a TypeScript SDK based on a service's published API specification. I'm seeing there are several TypeScript templates built into swagger-codegen, but many (all?) appear to be fairly outdated. For instance typescript-node targets Node 8 which had an EOL of December 31, 2019.
We're interested in helping the project and contributing upstream, but I also don't know what the appropriate process for making those kinds of contributions. We are planning to start by creating custom templates in our project that only generate type definitions according to a swagger specification. Would there be interest in having us contribute those templates here as a new type of build target?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a project to generate and publish a TypeScript SDK based on a service's published API specification. I'm seeing there are several TypeScript templates built into swagger-codegen, but many (all?) appear to be fairly outdated. For instance
typescript-node
targets Node 8 which had an EOL of December 31, 2019.We're interested in helping the project and contributing upstream, but I also don't know what the appropriate process for making those kinds of contributions. We are planning to start by creating custom templates in our project that only generate type definitions according to a swagger specification. Would there be interest in having us contribute those templates here as a new type of build target?
Beta Was this translation helpful? Give feedback.
All reactions