get branch
This commit is contained in:
parent
070148cabe
commit
a43d42904d
4 changed files with 29 additions and 12 deletions
|
|
@ -30,4 +30,7 @@ if not API.is_token_valid():
|
|||
json.dump(tokendata, f, indent=4)
|
||||
|
||||
profile = API.run_job('userprofile.get', "simon-little")
|
||||
print(profile)
|
||||
print(profile)
|
||||
print("-----------------------------")
|
||||
branch = API.run_job('branch.get', "music")
|
||||
print(branch)
|
||||
Loading…
Add table
Add a link
Reference in a new issue