REST Batch Operations
This release adds the ability to execute batch operations against the SharePoint REST API. A new "batch" method has been added to the base object, with the following input parameters:
- batch() - Creates a new batch request
- batch(callback) - Optional callback method for the request
- batch(appendFl) - Option to append the request to the current batch
This feature is currently available in SharePoint Online, and may be added to On-Premise environments in the future.
Credit @jpalo for requesting this new feature.