OpenAPITools / OpenAPITools/openapi-generator
[REQ][typescript-axios] Responses Status
Open
Nobody has claimed this yet.
Enhancement: Feature
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
responses:
'200':
description: ''
content:
application/json:
schema:
type:...
'409':
...
'500':
...
There are many responses in schema, but genearted code ignore all responses except 200. Is this intended behavior?
Describe the solution you'd like
Geneated comments about responses.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the embedded OpenAPI YAML and the typescript-axios generator. Trace how response definitions are handled in generated output, then verify that comments represent the documented non-200 responses as well as 200.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100