Spaces:
Running
Running
Update Data_Fetching_and_Rendering.py
Browse files
Data_Fetching_and_Rendering.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
from sessions import create_session
|
2 |
|
|
|
|
|
3 |
def fetch_org_urn(comm_client_id, comm_token_dict):
|
4 |
"""
|
5 |
Fetches the user's administrated organization URN and name using the Marketing token.
|
|
|
1 |
from sessions import create_session
|
2 |
|
3 |
+
API_V2_BASE = 'https://api.linkedin.com/v2'
|
4 |
+
|
5 |
def fetch_org_urn(comm_client_id, comm_token_dict):
|
6 |
"""
|
7 |
Fetches the user's administrated organization URN and name using the Marketing token.
|