Documentation

This commit is contained in:
simonwt 2026-04-02 17:55:01 +01:00
parent f4a66b3e55
commit 7bca418530
4 changed files with 33 additions and 6 deletions

View file

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