fetchAllEndpointConfigs
abstract suspend fun fetchAllEndpointConfigs(connection: MockzillaConnectionConfig): Result<List<SerializableEndpointConfig>>
Fetches the current configuration for all endpoints registered on the device at connection.
Return
Result.success wrapping the list of endpoint configs, or Result.failure if the request could not be completed.
Parameters
connection
The device to target.