swagger-api / swagger-api/swagger-codegen
[R] Support decoding object/array fields
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Complete the TODO left here: https://github.com/swagger-api/swagger-codegen/blob/240aad86863d10ccf02c68424a13012511f46d33/modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/RClientCodegen.java#L89
This is pretty core functionality which makes the generated R client fairly unusable currently.
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
Open modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/RClientCodegen.java at the TODO around line 89 and trace how the R client handles decoded fields. Confirm the generated client correctly decodes object and array fields, using the existing generator behavior as a reference; the issue is done when this core R-client functionality is supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, r
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100