A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
previous names still exported as aliases for backwards compatibility, will probably keep these around forever, as sometimes they are more convenient, depends on how the consuming project is structured.
only occurs when splitting the generated code by tag / slug / etc, when outputting a single file the original names are still used for now.
I'd like to further extend this to ApiClient exports for the client SDKs, as this is normally where I find it most annoying
previous names still exported as aliases for backwards compatibility, will probably keep these around forever, as sometimes they are more convenient, depends on how the consuming project is structured.
only occurs when splitting the generated code by tag / slug / etc, when outputting a single file the original names are still used for now.
I'd like to further extend this to
ApiClient
exports for the client SDKs, as this is normally where I find it most annoyingrelates: #111