microsoft / microsoft/kiota-ruby

Add support for enum, scalar, void and collection responses

Open
#42 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement ruby type:enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.