microsoft / microsoft/kiota-ruby
Add support for enum, scalar, void and collection responses
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 8
- Avg merge
- 11h 9m
- Merged PRs (30d)
- 24
Description
The request adapter interface currently only defines a method to get an object response.
Other scenarios like enum, void, collection and scalar responses need to be accounted for.
Original report https://github.com/microsoftgraph/msgraph-sdk-ruby/issues/213
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 at the request adapter interface and read the linked original report for context on the response cases. Determine how enum, scalar, void, and collection responses should be represented alongside object responses, then add coverage for each case. Done means the adapter contract and its tests account for all listed response types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100