Function list_scripts

Source
pub async fn list_scripts(
    configuration: &Configuration,
    workspace: &str,
    page: Option<i32>,
    per_page: Option<i32>,
    order_desc: Option<bool>,
    created_by: Option<&str>,
    path_start: Option<&str>,
    path_exact: Option<&str>,
    first_parent_hash: Option<&str>,
    last_parent_hash: Option<&str>,
    parent_hash: Option<&str>,
    show_archived: Option<bool>,
    include_without_main: Option<bool>,
    include_draft_only: Option<bool>,
    is_template: Option<bool>,
    kinds: Option<&str>,
    starred_only: Option<bool>,
    with_deployment_msg: Option<bool>,
    languages: Option<&str>,
) -> Result<Vec<Script>, Error<ListScriptsError>>