swagger-typescript-api icon indicating copy to clipboard operation
swagger-typescript-api copied to clipboard

Generate submodules

Open alandecastros opened this issue 4 months ago • 2 comments

Hi,

For now we can generate one module name based on the route. Example: 'fruits/getFruit' it will generate fruits.getFruit(...). Is it possible to generate submodules based on the route like: 'fruits/red/getRedFruit' -> fruits.red.getRedFruit ?

Regards

alandecastros avatar Aug 07 '25 13:08 alandecastros