functioning wrapper
This commit is contained in:
parent
9407b9a03e
commit
78c2b2006e
4 changed files with 60 additions and 43 deletions
17
testing.py
17
testing.py
|
|
@ -110,5 +110,20 @@ def save_response(response):
|
|||
# 'sk': 'post#1774951384-98fe38df'
|
||||
# }))
|
||||
|
||||
save_response(API.run_job('post.listall'))
|
||||
# save_response(API.run_job('post.listall'))
|
||||
|
||||
from wrappers.create_post import create_post
|
||||
|
||||
# save_response(create_post(
|
||||
# post_text="This is a test post created via the create_post wrapper function.",
|
||||
# ))
|
||||
|
||||
# save_response(create_post(
|
||||
# post_text="This is a test post created via the create_post wrapper function.",
|
||||
# parent_path="/branch/music",
|
||||
# ))
|
||||
|
||||
save_response(create_post(
|
||||
"This is a test post created via the create_post wrapper function.",
|
||||
"/userprofile/simon-little",
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue