Package-level declarations

Types

Link copied to clipboard
interface NetworkClient

Public interface of NetworkClient for creating network requests.

Functions

Link copied to clipboard
fun createNetworkClient(aiuta: Aiuta, host: String? = null, encodedPath: String? = null): NetworkClient

Creates a new instance of NetworkClient without caching. This method should be used with caution as creating new network client instances can be resource-intensive.

Link copied to clipboard
fun defaultNetworkClient(aiuta: Aiuta, host: String? = null, encodedPath: String? = null): NetworkClient

Creates a default network client with caching enabled. This is the recommended way to create a network client for most use cases.