GuglielmoTor commited on
Commit
a96ea35
·
verified ·
1 Parent(s): 64038a8

Update Data_Fetching_and_Rendering.py

Browse files
Files changed (1) hide show
  1. Data_Fetching_and_Rendering.py +2 -0
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.