Function get_flow_history

Source
pub async fn get_flow_history(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<Vec<FlowVersion>, Error<GetFlowHistoryError>>