NetworkClient

interface NetworkClient

Public interface of NetworkClient for creating network requests.

In the current implementation, all interaction will be done via httpClient as part of io.ktor

Types

Link copied to clipboard
interface Factory

Properties

Link copied to clipboard
abstract val httpClient: Lazy<HttpClient>