Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

improvement: Supply thumbnail urls in item request instead of having a separate request #207

Open
carolanitz opened this issue Feb 18, 2019 · 0 comments

Comments

@carolanitz
Copy link

currently you need to have additionally to an ODChildrenCollectionRequest ([[[[_oneDriveClient drive] items:itemID] children] request])
another ODThumbnailRequest to get the associated thumbnails ([[[[[_oneDriveClient drive] items:item.id] thumbnails:@"0"] small] request])

this is very inconvenient since the data is not supplied on the items that were requested with the childrencollectionrequest and needs to be manually managed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant