mtennoe / swagger-typescript-codegen

A Swagger Codegenerator tailored for typescript.
Apache License 2.0
141 stars 52 forks source link

Override path #42

Closed sbusch closed 5 years ago

sbusch commented 5 years ago

This PR adds the possibility to override the request path via $path parameter, similar to existing $domain parameter.

The path can be overridden by a simple string or by callback (the latter is not possible for $domain).

mtennoe commented 5 years ago

@sbusch merged and published as 1.6.0