samchon / nestia

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

Add `IFetchRoute.template` property. #917

Closed samchon closed 3 months ago

samchon commented 3 months ago

I'm developing benchmark program which can re-use e2e test functions utilizing Nestia SDK library. To accomplish the benchmark program purpose, I've to add a new property IFetchRoute.template property for API endpoint aggregation.

This PR just did it.