get_default_endpoint

Function get_default_endpoint 

Source
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."