Documentation
This commit is contained in:
parent
f4a66b3e55
commit
7bca418530
4 changed files with 33 additions and 6 deletions
|
|
@ -49,9 +49,9 @@ def save_response(response):
|
|||
|
||||
|
||||
|
||||
# print("-----------Get a user profile----------------")
|
||||
# profile = API.run_job('userprofile.get', "simon-little")
|
||||
# print(profile)
|
||||
print("-----------Get a user profile----------------")
|
||||
profile = API.run_job('userprofile.get', "simon-little")
|
||||
print(profile)
|
||||
# print("-------------- Get a branch -----------------")
|
||||
# branch = API.run_job('branch.get', "music")
|
||||
# print(branch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue