pub async fn get_default_endpoint(
    configuration: &Configuration,
    quantum_processor_id: &str
) -> Result<Endpoint, Error<GetDefaultEndpointError>>
Expand description

Retrieve the endpoint set as "default" for the given Quantum Processor. If no endpoint is set as the default, return "not found."