You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
ocl_api_token = '57ce8e00f2461a844f428f92dafa26ce3ea0c115' # add API token from your user account -- all PEPFAR sources are open, so any API token will work
ocl_api_headers = {
'Content-Type': 'application/json',
'Authorization': 'Token %s' % ocl_api_token
}
r = requests.get(api_url + url, headers=ocl_api_headers)