HttpApiParams

data class HttpApiParams(val url: URL, var token: String? = null)

Parameters

url

url

token

jwt token

Constructors

Link copied to clipboard
constructor(url: URL, token: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val url: URL