acacode / acacode/swagger-typescript-api
Create response models without client class
Open
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to generate response models without creating client class? In swagger spec. I have declared response entities. For example:
```json
{
data: ,
errors: ,
}
```
so I have only target models, like product-entity, user-entity, but I cant get the models of response of specific endpoint and my team should declare its by hands
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.