OfficeDev / Office-365-SDK-for-iOS

Microsoft Services SDKs for iOS Preview produced by MS Open Tech.
https://dev.office.com/
Other
96 stars 49 forks source link

MSOutlookODataCollectionFetcher should include a "skip" method #25

Closed DanMass closed 10 years ago

DanMass commented 10 years ago

We have select, filter and top, but no skip.

I should be able to write code like:

MSOutlookFolderFetcher inbox = [[[client getMe] getFolders] getById:@"Inbox"]; NSURLSessionTask task = [[[[[inbox getMessages] filter:@"DateTimeReceived gt 2014-11-18T14:46:02Z" ] top:10] skip:10] read:block]; [task resume];

greathansen commented 10 years ago

Fixed v0.6.0