inserve-paul

Results 8 comments of inserve-paul

Hi @JacoSJKruger, I've also encountered this issue, and found a workaround for this. First of all I build the request as usual. In stead of calling the ->get() parameter, I...

Solved by using the 'withUrl' method; however the 'skip' parameter should still not be part of the RequestBuilders since it's not allowed on the API. ```php $members = $graphClient ->groups()...

Closed, as I'm using the SerializationWriter to get the result. However it feels a bit overcomplicated to serialize the models.

@Ndiritu Currently I'm using the following approach to serialize the models, which is not ideal but ok for now. ```php Microsoft\Kiota\Abstractions\Serialization\Parsable $parsable; $writer = $this ->graphClient ->getRequestAdapter() ->getSerializationWriterFactory() ->getSerializationWriter('application/json') ;...

I'm having the same situation, the v2.0 version of this SDK looks promising. However since we're re-using the accessTokens and can't use it (or retrieve it) we can't upgrade to...

@freekmurze Would you like to take a look at this PR? Thank you!

> Could you add a test to prove that the option works. Could you also update the docs? @freekmurze I've updated the PR, added documentation and a test

@razvan-p @chrisk-7777 I've created a PR for this issue: https://github.com/spatie/laravel-backup/pull/1905