Closed mattpfreer closed 11 months ago
Getting an unauthorized error when I call the MetricsApi, is anyone else experiencing this / know what the issue is?
import cfbd configuration = cfbd.Configuration() configuration.api_key['Authorization'] = 'XYZ' configuration.api_key_prefix['Authorization'] = 'Bearer'
cfbd_metrics_api = cfbd.MetricsApi(cfbd.ApiClient(configuration))
Working now, must have been a temporary API issue
Getting an unauthorized error when I call the MetricsApi, is anyone else experiencing this / know what the issue is?
import cfbd configuration = cfbd.Configuration() configuration.api_key['Authorization'] = 'XYZ' configuration.api_key_prefix['Authorization'] = 'Bearer'
MetricsAPI
cfbd_metrics_api = cfbd.MetricsApi(cfbd.ApiClient(configuration))