List notifications
This commit is contained in:
parent
921b6f5d95
commit
1b50309c09
5 changed files with 39 additions and 3 deletions
|
|
@ -138,6 +138,7 @@ def save_response(response):
|
|||
# x += 1
|
||||
|
||||
# save_response(API.run_job('notification.listnotifications'))
|
||||
save_response(API.run_job('notification.markallasread'))
|
||||
|
||||
# save_response(API.run_job('feed.cafefeed'))
|
||||
|
||||
|
|
@ -149,7 +150,7 @@ def save_response(response):
|
|||
# }))
|
||||
|
||||
# save_response(API.run_job('post.listall'))
|
||||
save_response(API.run_job('post.listpublic'))
|
||||
# save_response(API.run_job('post.listpublic'))
|
||||
|
||||
# from trustcafeapiwrapper.wrappers.post.create_post import create_post
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue