Adam Anderly

Results 56 comments of Adam Anderly

I'd say let's add it back in if it's easy.

@Involture this looks good. I think we just need to change [ODataResponse](../blob/master/src/ODataResponse.php#L27) by adding `implements IODataResponse`. Can you add that and I'll merge?

Have you tried it with just the call to `post` and omitting `expand`?

@hesa2020, @Involture Please take a look at [PR142](../pull/142) and feel free to pull down the source branch [feature/paging-with-lazycollection](../tree/feature/paging-with-lazycollection) which adds support for native paging over the paginated OData response using...

This is now supported. Setting `$odataClient->setEntityReturnType(false)` will allow you to get the full `ODataResponse` object, from which you can then call [getSkipToken()](../blob/master/src/ODataResponse.php#L171),

@glaszig, @mschop, @Cabag, @jbramleycl, @stefantalen, @drblitz-weblab, Sorry for the delay on this. Please take a look at [PR142](../pull/142) and feel free to pull down the source branch [feature/paging-with-lazycollection](../tree/feature/paging-with-lazycollection) which adds...

Updated wiki with paging examples [here](../wiki/Example-Calls#page-through-a-collection).

Added tests to cover this in 5318323 and c38e00d, but unable to reproduce.