-
At https://github.com/samchon/nestia/wiki/SDK-Generator#swagger-documents, there's a table that displays an example Swagger page generated by Nestia. The Swagger editor page for this project dynamical…
-
@nestia/sdk version
- before: 1.2.6
- after: 1.3.0
## description
swagger editor throw error message
It seems that the "nestia" library has undergone an update where the "schemas" prope…
-
When run @nestia/sdk's sdk or swagger
typia throws error
```
RangeError: Maximum call stack size exceeded
at Object.createBaseTokenNode (C:\Users\.....project.....\node_modules\typescript\li…
-
Swagger Editor throw Error.
```bash
Structural error at components
should NOT have additional properties
additionalProperty: objects, aliases
```
It seems that the "nestia" library has undergo…
-
When return an implicit response of `Post` method using named property, the named property got removed
Minimum reproduce repository can be found here
https://github.com/mlazuardy/nestjs-starter
…
-
## Feature Request
A description of the problem you're trying to solve:
The API I have built out leverages the fact that I can put longer markdown content into the descriptions of some of my cont…
-
It's a good day! I set Nestia.config.ts to receive JWT with bearer token. This verifies that the type has an authorization header. This is a really great thing. But one thing that's unfortunate is tha…
-
```javascript
// user.enity.ts
export class User {
@PrimaryGeneratedColumn()
id: number;
@Column({ unique: true, length: 30 })
email: string;
}
```
```javascript
// update-user.…
-
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 1.0.19
- **Expected behavior**: A swagger.json file should be created
- **Actual behavior**: error occurred
```
…
-
## Feature Request
### Description
Typia is an incredibly useful tool for generating code, but it would be even more powerful if it could support the Zod library for data validation. While Typia h…