-
I try to use nestia in a NestJS project but have an error here:
```
Error on nestia.core.TypedRoute.Post(): no transform has been configured. Configure "tsconfig.json" file following [Guide Document…
-
The considerations written below are wonderings of mine about the possibilities this tool could offer. Please let me know if they are out of scope or overthinking.
---
The current methodology us…
-
**In English.**
Hello. First of all, thank you for this amazing library.
I'm going to fill out the Swagger document and hand it over to the front developer. However, since there is no way to dis…
-
findMany api has a optional query 'page'.
but if page is undefined, url is written as "/products?page=undefined". and this query value is string "undefined".
i think, "/products?" or "/products" i…
-
express는 쿼리 값에 대해 같은 키로 전달되면 배열형태로 전달합니다.
하지만 현재 nestia sdk는 쿼리키에 대해 복수의 값을 전달할 수 없습니다.
URLSearchParams는 인자로 string[][] 타입을 전달받을 수 있고, 이 경우 내부 배열의 첫 요소는 key, 두번째 요소는 value가 됩니다.ex) [ [key, value],…
-
## Question
I discovered typia and nestia/core by chance today and want to conduct feasibility study for work projects.
Can typia validate nested object similar to ValidateNested decorator of clas…
-
I think for output of api should be `export type Output = Primitive;` instead of `export type Output = Model;`
-
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 1.0.4
- **Expected behavior**: All tests should pass
- **Actual behavior**: `encrypted` tests are failling
```ba…
-
### Summary
- **SDK Version**: 3.0.8
- **Actual behavior**: object literals and object inference won't import anything
- **Expected behavior**:
- somehow define the correct type
-…
-
https://docs.nestjs.com/interceptors#response-mapping
```typescript
// transform.interceptor.ts in nest.js document
import { Injectable, NestInterceptor, ExecutionContext, CallHandler } from '@ne…