-
`nestia` would be re-built as namespaced modules like below:
- `@nestia/core`: [nestia-helper](https://github.com/samchon/nestia-helper)
- `@nestia/fetcher`: [nestia-fetcher](https://github.co…
-
I think, security array in swagger json file has object value, not string.
because swagger editor report Structural error at security.0 (message: should be object)
```json
// when i use security co…
-
I think using comments for logic code is not a good idea.
So, Do you have another way to implement a validated data request body?
-
현재 1.0.1 기준으로 @Body나 @TypedBody를 사용하지 않고 POST sdk를 만들면
Input type은 안생기는데, stringify는 Input타입을 사용하고 있는 버그가 발생했습니다.
at v1.0.1, If i don't use Body in POST api. sdk generated like that.
Input type…
-
can I read code about @core.TypedParam() ?
I want to refer to the test code about @core.TypedParam in order to write a test code for a @core.TypedQuery I made.
-
@samchon I wanna start off by saying you have done an amazing job with this project, you are the hero the TS world needed.
## Feature Request
- The problem: Typia requires build config changes…
-
Looking at [trpc](https://github.com/trpc/trpc), it seems useful for documentation.
-
As `typia` has to consider being used from [nestia](https://github.com/samchon/nestia) and marshaling to Protocol Buffer binary data, must check about whether target number is finite or not. If the va…
-
After updating to 3.4.1 version, such error occurs.
If I rollback to previous version, the error be disappeard.
The one thing special is, such error occurs only when run by `dynamic import` stat…
-
### A description of the problem you're trying to solve.
Express has it's own method for checking mime-type (Request.is), but Nestia has implemented a duplicative method.
### An overview of the su…