We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eaffc0 commit f15a1b2Copy full SHA for f15a1b2
1 file changed
README.md
@@ -61,6 +61,13 @@ fox.get_projects(project_name="XXX")
61
fox.get_tasks()
62
```
63
64
+- get task using task filter
65
+```py
66
+task_filter={"project_name": "XXX", "task_status": "0"}
67
+task_filter={"project_name": "XXX", "task_status": "3"}
68
+fox.get_tasks(task_filter=task_filter)
69
+```
70
+
71
- get all tasks of specific project
72
```py
73
fox.get_tasks(project_name="XXX")
0 commit comments