ResolveEndpoint

data class ResolveEndpoint(urlParts: List<ResolveUrlPart>, queryParams: Map<String, ResolveQueryParam>)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val queryParams: Map<String, ResolveQueryParam>
Link copied to clipboard
val urlParts: List<ResolveUrlPart>

Sources

Link copied to clipboard