Companion

object Companion

Functions

Link copied to clipboard
fun buildUrl(baseUrl: String, authorization: Map<String, Any?>, payload: Map<String, Any?> = emptyMap()): String

Helper method that builds the final URL. It will append the authorization and payload arguments as query parameters. This method can be used for both the HTTP URL as well as the WebSocket URL