RemoteConfiguration

Represents the configuration for fetching configurations from a remote source.

Constructors

Link copied to clipboard
fun RemoteConfiguration(endpoint: String, method: HttpMethod)

Functions

Link copied to clipboard
open override fun copy(): Configuration

Properties

Link copied to clipboard

URL of the remote configuration.

Link copied to clipboard

The method used to send the requests (GET or POST).