samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.71k stars 89 forks source link

Enhance `@nestia/migrate` for invalid path parameterized. #869

Closed samchon closed 3 months ago

samchon commented 3 months ago

Enhanced @nestia/migrate to compose path parameter by itself when length of operation path parameters is less than parsed result of endpoint path. The automatically composed operation path parameter would be string typed.

Of course, this is not always working logic, but works only when every path parameters are named and those names are exactly same with parsed result of endpoint path.