OpenAPITools / OpenAPITools/openapi-generator
[REQ] Support for withAWSV4Signature in Typescript-fetch Generator
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Hi!
Describe the solution you'd like
Similarly to Go generator or Rust generator, I would need to add withAWSV4Signature option (default=false) in Typescript-fetch generator.
Implementation
aws4fetch seems to be a good starting point as it is made for fetch usage and is pretty straightforward to use.
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
Compare the Typescript-fetch generator with the referenced Go and Rust generators to understand how their withAWSV4Signature options are exposed. Review aws4fetch as the proposed fetch-compatible starting point; done means the Typescript-fetch generator supports the option with a default of false and generated clients can use AWS V4 signing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100