pub async fn projects_slash_list_cards(
configuration: &Configuration,
column_id: i32,
archived_state: Option<&str>,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<ProjectCard>, Error<ProjectsSlashListCardsError>>
Expand description
Lists the project cards in a project.