pub async fn list_backends(
configuration: &mut Configuration,
params: ListBackendsParams,
) -> Result<Vec<BackendResponse>, Error<ListBackendsError>>
Expand description
List all backends for a particular service and version.
pub async fn list_backends(
configuration: &mut Configuration,
params: ListBackendsParams,
) -> Result<Vec<BackendResponse>, Error<ListBackendsError>>
List all backends for a particular service and version.