swagger-api / swagger-api/swagger-codegen-generators
Python generated code: Delete API Requests can be blocked in API Gateways when sends empty body
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 299
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
API Request for DELETE should not send anything by default; the current behavior sends an empty body
send: b'{}'
reply: 'HTTP/1.1 403 Forbidden\r\n'
Need to set {} to None
https://github.com/swagger-api/swagger-codegen-generators/blob/39a2bcd51eb9acf81ee0a7dc23d7cd1059c0c957/src/main/resources/handlebars/python/rest.mustache#L150
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 src/main/resources/handlebars/python/rest.mustache at line 150, where the generated DELETE request body is handled. Verify the generated Python client currently sends an empty body by default, then confirm that the completed change makes the DELETE request send no body when none is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100