Spaces:
Running
Running
Update Bubble_API_Calls.py
Browse files- Bubble_API_Calls.py +1 -1
Bubble_API_Calls.py
CHANGED
@@ -88,7 +88,7 @@ def fetch_linkedin_token_from_bubble(url_user_token_str: str):
|
|
88 |
print(status_message) # Log the final status message
|
89 |
return parsed_token_dict
|
90 |
|
91 |
-
def
|
92 |
bubble_api_key = os.environ.get("Bubble_API")
|
93 |
if not bubble_api_key:
|
94 |
error_msg = "❌ Bubble API Error: The 'Bubble_API' environment variable is not set."
|
|
|
88 |
print(status_message) # Log the final status message
|
89 |
return parsed_token_dict
|
90 |
|
91 |
+
def fetch_posts_from_bubble(org_urn: str):
|
92 |
bubble_api_key = os.environ.get("Bubble_API")
|
93 |
if not bubble_api_key:
|
94 |
error_msg = "❌ Bubble API Error: The 'Bubble_API' environment variable is not set."
|