This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pydomo import Domo | |
| import logging | |
| import json | |
| import requests | |
| """ Connect to Domo using the Pydomo library and the client id and secret | |
| Documentation: | |
| https://developer.domo.com/docs/authentication/quickstart-5 | |
| Args: | |
| client_id (str): client_id to connect with |