Companion

object Companion

Functions

Link copied to clipboard
fun forBundleRequest(methodForCreate: HttpCreateMethod, methodForUpdate: HttpUpdateMethod, squash: Boolean, bundleSize: Int): UploadStrategy

Creates an UploadStrategy for bundling changes into a single request.

Link copied to clipboard
fun forIndividualRequest(methodForCreate: HttpCreateMethod, methodForUpdate: HttpUpdateMethod, squash: Boolean): UploadStrategy

Creates an UploadStrategy for sending individual requests for each change.