Jeongho Nam
Jeongho Nam
@SkyaTura Then which directory name would be better when generating DTO automatically? Also, how to do if duplicated directory exists?
As `nestia` read individual controller files, it's not possible to detect router module path yet. I'll try to support the module path through `nestia.config.ts` file. However, this issue would be...
As the `@Module` decorator function comes with the main program who really opens the backend server, it seems dangerous for the nestia to analyze it in the runtime level. If...
## Runtime validators @SkyaTura You can turn on runtime validator by configuring `nestia.config.ts` file like below: ```typescript import nestia from "nestia"; export const NEESTIA_CONFIG: nestia.IConfiguration = { assert: true };...
## Random data generator Also, I'm tending to utilize SDK generated by `nestia` when implementing test automation program. During those implementations, I also feel that random generator utilizing the DTO...
## Fetcher & Interceptor To accomplish this mission, there would be two ways: The 1st is supporting more options on the `IConnection` structure, as functional instance. The 2nd is configurating...
> > ## Runtime validators > > @SkyaTura You can turn on runtime validator by configuring `nestia.config.ts` file like below: > > ```ts > > // ... > > ```...
@SkyaTura Have studied your suggestion libraries `zod` and `joi`. As a result of the study, I won't develop automatic `zod`and `joi` schema generators, beacuse they can't support complicated structured union...
@SkyaTura Random generator would be support by two ways: through pure type and decorator. The 1st pure type based random generator would be supported by https://github.com/samchon/typescript-json/issues/174. The 2nd would be...
I'm sorry for give up this issue. I've failed to find how to generate random data of patterned string