microsoft / kiota-abstractions-ruby

Abstractions library for the Kiota generated SDKs in Ruby
https://aka.ms/kiota/docs
MIT License
2 stars 4 forks source link

Add support for enum, scalar, void and collection responses #42

Open baywet opened 3 months ago

baywet commented 3 months ago

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