-
## Feature Request
Hi guys, maybe that option already exists, sorry if that is the case but I couldn't find it.
One option to help generate better documentation when outputting Swagger specs wou…
-
## Feature Request
add [credentials property](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#sending_a_request_with_credentials_included) to IConnection
```typescript
export…
-
Invalid SDK is generated. The connection object of the code written in the SDK is different from the type of IConnection.
# setting
```typescript
// nestia.config.ts
{
swagger: {
...
…
-
## Bug Report
Note that, the bug you're reporting may have registered in the [issues](https://github.com/samchon/nestia/search?type=issues) by another user. Even the bug you're reporting may have bee…
-
## Question
I feel like I am missing the examples or sample nest app + nestia that would allow me to play around with the library quickly. Is there anything like that that I missed?
Thanks a lot…
-
## Bug Report
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 1.2.5
I used nestia as shown below.
```typescript
import { UserType } from 'example-package'
@…
-
```javascript
// user.enity.ts
export class User {
@PrimaryGeneratedColumn()
id: number;
@Column({ unique: true, length: 30 })
email: string;
}
```
```javascript
// update-user.…
-
[https://github.com/clsx35/nestia-reproduce](https://github.com/clsx35/nestia-reproduce)
^ reproduction repo
`nestia setup` has been already run.
steps:
`yarn` to install packages. then `cd pa…
-
The "@nestia/fetcher" library classifies only the HTTP status codes 200 and 201 as successful responses. However, there are more 2xx responses in the HttpStatus, and they should also be considered as …
-
Hi,
can you add compatibility with Typescript 5? Currently, I get a peer dependency warning when installing it:
```
.
└─┬ typia 3.6.8
└── ✕ unmet peer typescript@">= 4.5.2 && < 5.0.0": found 5.…