Request Builder
Constructors
RequestBuilder
Link copied to clipboard
open fun RequestBuilder(uri: Uri, requestType: RequestBuilder.RequestType)
Content copied to clipboard
Builder to build a request to make an API call
Types
RequestType
Link copied to clipboard
Functions
addBody
Link copied to clipboard
addHeader
Link copied to clipboard
open fun addHeader(headerKey: String, headerValue: String): RequestBuilder
Content copied to clipboard
addHeaders
Link copied to clipboard
disableRequestLogging
Link copied to clipboard
enableEncryption
Link copied to clipboard
open fun enableEncryption(@NonNull() encryptionKey: String): RequestBuilder
Content copied to clipboard
setConnectionTimeOut
Link copied to clipboard
Properties
contentType
Link copied to clipboard