microsoftgraph / msgraph-sdk-ruby

Microsoft Graph Ruby client library for v1 APIs
https://graph.microsoft.com
MIT License
100 stars 68 forks source link

Allow filter and order #55

Closed KevinColemanInc closed 1 year ago

KevinColemanInc commented 5 years ago

The docs say:

You cannot use $filter or $orderby in a search request. If you do, you will receive an error message like this one.

But this gem doesn't support the search param (I think) and they are allowed to be used together as long as the search param is not used.

Related issue: https://github.com/microsoftgraph/msgraph-sdk-ruby/issues/10

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

Laykou commented 4 years ago

👍

baywet commented 1 year ago

Thank you for the contribution. We retired that version of the SDK a number of years ago and are now working on a new preview. You can learn all about it on the readme page.