Spaces:
Running
Running
Update Data_Fetching_and_Rendering.py
Browse files
Data_Fetching_and_Rendering.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import json
|
|
|
2 |
from sessions import create_session
|
3 |
|
4 |
API_V2_BASE = 'https://api.linkedin.com/v2'
|
|
|
1 |
import json
|
2 |
+
import requests
|
3 |
from sessions import create_session
|
4 |
|
5 |
API_V2_BASE = 'https://api.linkedin.com/v2'
|