forked from jpetrucciani/pybugsnag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
api.todo
57 lines (43 loc) · 1.72 KB
/
api.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
General:
☐ gracefully handle api request errors - need to test how these return
Collaborators:
☐ view what projects this collaborator has access to
Organizations:
✔ list organizations @done (18-09-24 15:23)
✔ list projects for an organization @done (18-09-24 15:23)
✔ view collaborator by id @done (18-09-24 15:57)
✔ list collaborators @done (18-09-24 15:57)
✔ get admins count @done (18-09-24 16:07)
✔ get organization by id @done (18-09-24 16:07)
☐ update organization
Projects:
✔ list errors on a project @done (18-09-24 15:23)
✔ list events on a project @done (18-09-24 15:27)
✔ get a project by id @done (18-09-24 16:53)
☐ update project
✔ get an error by id @done (18-09-24 15:24)
✔ get an event by id @done (18-09-24 15:24)
☐ get collaborators per project
☐ delete all errors in a project
✔ list releases on a project @done (18-09-24 16:36)
✔ get release by id @done (18-09-24 16:36)
✔ get event fields for a project @done (18-09-25 12:11)
Errors:
✔ list events for an error @done (18-09-24 15:27)
✔ get latest event for an error @done (18-09-24 15:32)
✔ get an event by id @done (18-09-24 15:28)
☐ update an error
☐ bulk update errors
☐ delete an error
Events:
☐ delete an event
Pivots:
✔ list the pivots for an error @done (18-09-24 17:07)
☐ list values of a pivot on an error
✔ list pivots on a project @done (18-09-24 17:07)
☐ list values of a pivot on a project
Trends:
✔ list trends for an error (buckets) @done (18-09-24 16:28)
✔ list trends for an error (resolution) @done (18-09-24 16:28)
✔ list the trends for a project (buckets) @done (18-09-24 16:28)
✔ list the trends for a project (resolution) @done (18-09-24 16:28)