pub async fn create_connector(
configuration: &Configuration,
connector_request: Option<ConnectorRequest>,
) -> Result<ConnectorResponse, Error<CreateConnectorError>>
Expand description
Creates a connector. You can optionally specify an Id for the connector, if not provided one will be generated.