msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Microsoft Graph Ruby client library for v1 APIs

Results 54 msgraph-sdk-ruby issues
Sort by recently updated
recently updated
newest added

Is there the way to set $select query parameter in this gem? https://developer.microsoft.com/en-us/graph/docs/concepts/query_parameters#select-parameter

Message has a property called internetMessageId which is useful in many contexts, but that property is not included in the graph metadata file.

It would be useful to be able to access the People API via this gem, but currently that is not supported by the metadata file.

CollectionAssociation has a hard limit of 1000 items ``` def last? @loaded || @internal_values.size >= 1000 end ``` It would be useful to make this limit configurable and/or optional for...

Is there a reason that there is lack of support of skip and top parameters? I am guessing it could be overriden with next_link parameters, but providing that ability would...

This gem support beta version?

enhancement
tracked

Hi there, We're a bit uncomfortable using a gem that is a "release candidate...still in preview status". What is the timeline to first production release? Would you also please publish...

It would be nice to have a documentiaon for this gem. I am having some trouble finding out how to create an event using this gem.

high impact
request: documentation
tracked

https://github.com/microsoftgraph/msgraph-sdk-ruby/blob/8305fdf7a79c513229fa06c5da46e05c9977ea47/lib/microsoft_graph.rb#L13 Reported by @loganh0522 in #15

tracked

I wonder if `base_url` be read from options instead of using just`BASE_URL`? https://github.com/microsoftgraph/msgraph-sdk-ruby/blob/4ee17fd74e729c362bb452f683c973d0a42af28f/lib/microsoft_graph.rb#L19

tracked