pub async fn get_service(
configuration: &mut Configuration,
params: GetServiceParams,
) -> Result<ServiceResponse, Error<GetServiceError>>
Expand description
Get a specific service by id.
pub async fn get_service(
configuration: &mut Configuration,
params: GetServiceParams,
) -> Result<ServiceResponse, Error<GetServiceError>>
Get a specific service by id.