Can we make newUpdateRequest() function public?
Opened this issue · 0 comments
AdamGlazerMW commented
It'd be awesome to use this module to be able to update the indexes on each sheet, but the privateness of the function which creates updateRequest
structs prevents this.
Line 9 in 41eea14
Since all other methods on updateRequest are public too, it makes little sense to keep its constructor private actually.
Can we make this happen please?