mnahkies / mnahkies/openapi-code-generator
support response headers
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 8
- Avg merge
- 20h 27m
- Merged PRs (30d)
- 7
Description
It's possible to declare response headers on the response specifications. Add support for these as per specification here: https://spec.openapis.org/oas/v3.0.3#response-object
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 with packages/openapi-code-generator/src/core/openapi-types.ts at lines 114-117 and compare the response object definition with the OpenAPI 3.0.3 Response Object specification. Trace where response specifications are consumed to determine the affected generator paths. Done means response-declared headers are supported according to the linked specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, typescript
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100