pub async fn get_section_tasks(
client: &ApiClient,
section_gid: &str,
fields: Vec<String>,
) -> Result<Vec<Task>, ApiError>Expand description
Get tasks within a section (board view only).
ยงErrors
Returns an error if the API request fails, if deserialization fails, or if the response is invalid.