pub async fn get_backend(
configuration: &mut Configuration,
params: GetBackendParams,
) -> Result<BackendResponse, Error<GetBackendError>>
Expand description
Get the backend for a particular service and version.
pub async fn get_backend(
configuration: &mut Configuration,
params: GetBackendParams,
) -> Result<BackendResponse, Error<GetBackendError>>
Get the backend for a particular service and version.