pub async fn retrieve_connector_with_id(
configuration: &Configuration,
connector_id: &str,
) -> Result<ConnectorResponse, Error<RetrieveConnectorWithIdError>>
Expand description
Retrieves the connector with the given Id.
pub async fn retrieve_connector_with_id(
configuration: &Configuration,
connector_id: &str,
) -> Result<ConnectorResponse, Error<RetrieveConnectorWithIdError>>
Retrieves the connector with the given Id.