get branch

This commit is contained in:
simonwt 2026-03-30 21:48:48 +01:00
parent 070148cabe
commit a43d42904d
4 changed files with 29 additions and 12 deletions

View file

@ -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)