Skip to content

Commit a3ba1b0

Browse files
committed
MAINT update progress.rst
1 parent 5234d42 commit a3ba1b0

1 file changed

Lines changed: 33 additions & 22 deletions

File tree

doc/progress.rst

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,50 +12,61 @@ API calls
1212
=============================================== =========== ====== =============== ========== =====================
1313
API call implemented tested properly tested loads json proper error handling
1414
=============================================== =========== ====== =============== ========== =====================
15+
/data/{id} yes yes
16+
/data/features/{id} yes yes
17+
/data/qualities/{id} yes yes
1518
/data/list/ yes yes
1619
/data/list/tag/{tag}
17-
/data/{data_id} yes yes
18-
/data/delete/
1920
/data/upload/ yes yes
20-
/data/features/{data_id} yes yes
21-
/data/features/upload/
22-
/data/qualities/{data_id} yes yes
23-
/data/qualities/list
24-
/data/qualities/upload
2521
/data/tag
2622
/data/untag
23+
/data/delete/ X
24+
25+
/task/{task} yes yes
2726
/task/list yes yes
27+
/task/list/type/{id}
2828
/task/list/tag/{tag}
29-
/task/{task_id} yes yes
29+
/task {POST}
3030
/task/tag
3131
/task/untag
32-
/task/delete
32+
/task/delete X
33+
34+
/tasktype/{id}
3335
/tasktype/list
34-
/tasktype/{task_id}
36+
37+
/flow/{id}
38+
/flow/exists/{name}/{ext_version} yes
3539
/flow/list yes
40+
/flow/list/tag/{tag}
41+
/flow/owned
42+
/flow/ {POST} yes yes
3643
/flow/tag
3744
/flow/untag
38-
/flow/{flow_id}
39-
/flow/ yes yes
40-
/flow/exists/{name,ext_version}
41-
/flow/owned
42-
/run/list/task/{task_ids} yes yes
43-
/run/list/run/{run_ids} yes yes
45+
/flow/{id} {DELETE} X
46+
47+
/run/list/task/{ids} yes yes
48+
/run/list/run/{ids} yes yes
4449
/run/list/tag/{tag} yes yes
4550
/run/{id} yes yes
4651
/run/list/uploader/{ids} yes yes
4752
/run/list/flow/{ids} yes yes
4853
/run/list/{filters} yes yes
49-
/run/tag
5054
/run/untag
5155
/run (POST) yes yes
52-
/run/{id} (DELETE)
53-
/estimationprocedure/{proc_id}
54-
/estimationprocedure/list
55-
/evaluationmeasures/list
56-
/job/request/
56+
/run/tag
57+
/run/{id} (DELETE) X
58+
59+
/evaluation/list/run/{ids}
60+
/evaluation/list/tag/{tag}
61+
/evaluation/list/task/{ids}
62+
/evaluation/list/uploader/{ids}
63+
/evaluation/list/flow/{ids}
64+
/evaluation/list/{filters}
65+
5766
=============================================== =========== ====== =============== ========== =====================
5867

68+
We do not plan to implement API calls marked with an **X**!
69+
5970
Convenience Functions
6071
=====================
6172

0 commit comments

Comments
 (0)