Path: blob/master/Bitly/Bitly_Setup_connection.ipynb
2973 views
Kernel: Python 3
Bitly - Setup connection
Tags: #bitly #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 Bitly and add required credentials to Naas secret. You will be able to establish a seamless connection to Bitly 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
bitly_token
: Bitly Access Token. This value will be stored under the secret 'BITLY_TOKEN'.
Optional
secrets
: Dict to add secrets to naas
In [ ]:
Model
Add secret
In [ ]:
Output
Display result
In [ ]:
In [ ]: