EndpointsService
interface EndpointsService
Queries endpoint configurations from a connected device.
Functions
Link copied to clipboard
abstract suspend fun fetchAllEndpointConfigs(connection: MockzillaConnectionConfig): Result<List<SerializableEndpointConfig>>
Fetches the current configuration for all endpoints registered on the device at connection.
Link copied to clipboard
abstract suspend fun fetchDashboardOptionsConfig(connection: MockzillaConnectionConfig, key: EndpointConfiguration.Key): Result<DashboardOptionsConfig>
Fetches the dashboard options configuration for the endpoint identified by key on the device at connection.