List notifications
This commit is contained in:
parent
921b6f5d95
commit
1b50309c09
5 changed files with 39 additions and 3 deletions
|
|
@ -33,7 +33,9 @@ import trustcafeapiwrapper, os
|
|||
|
||||
API = trustcafeapiwrapper.APIClient(
|
||||
client_id=os.getenv("client_id"),
|
||||
client_secret=os.getenv("client_secret")
|
||||
client_secret=os.getenv("client_secret"),
|
||||
env="alpha" # alpha | production.
|
||||
debug=False
|
||||
)
|
||||
|
||||
profile = API.run_job('userprofile.get', "simon-little")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue