Path: blob/master/Clockify/Clockify_Setup_connection.ipynb
2973 views
Kernel: Python 3
Clockify - Setup connection
Tags: #clockify #naas #secret #connection #setup
Author: Florent Ravenel
Last update: 2023-11-21 (Created: 2023-11-21)
Description: This notebook help you setup your connection with Clockify and add required credentials to Naas secret. You will be able to establish a seamless connection to Clockify without the need to repeatedly redefine your credentials in variables by using naas.secret.get()
in your notebook.
Input
Import libraries
In [ ]:
Setup variables
Mandatory
api_key
: Clockify API key. This value will be stored under the secret 'CLOCKIFY_API_KEY'.
Optional
secrets
: Dict to add secrets to naas
In [ ]:
Model
Add secret
In [ ]:
Output
Display result
In [ ]:
In [ ]: