list_raw_apps

Function list_raw_apps 

Source
pub async fn list_raw_apps(
    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>,
    starred_only: Option<bool>,
) -> Result<Vec<ListableRawApp>, Error<ListRawAppsError>>