6 lines
165 B
Python
6 lines
165 B
Python
import requests
|
|
'''
|
|
curl --request GET \
|
|
--url https://api.northpass.com/v2/courses?api_key=VXwwWNfT8AEiDQqDgP0KiUqIZ \
|
|
--header 'Accept: application/json'
|
|
''' |