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

Be able to call GetEntity(id) directly #28

Closed anihojnadel closed 9 years ago

anihojnadel commented 10 years ago

When you need to get a particular item, eg. folder, you have to do:

[[[client getMe] getFolders ] getFolderById: folderId ]

It would be nice have the same approach Android SDK has, which is something like:

[[[client getMe] getFolder: folderId ]