-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Would it be possible to add a delta query option to the "getters" in this package?
It'd be nice to be able to easily operate on the new items since the previous run of code.
I could imagine:
site <- Microsoft365R::get_sharepoint_site()
site$get_list(list_id, delta=TRUE)
or
site <- Microsoft365R::get_sharepoint_site()
site$get_delta_list(list_id, delta=odatadeltaLink)
Metadata
Metadata
Assignees
Labels
No labels