1

在基于浏览器的 (Cordova) 应用程序中,我正在尝试为 Strava REST API 配置一个 swagger-client,以在请求标头中使用现有的身份验证令牌。

按照 https://github.com/swagger-api/swagger-js/blob/master/docs/MIGRATION_2_X.md的小指导,我提出了以下

    window.stravaClient = new SwaggerClient("https://developers.strava.com/swagger/swagger.json",
{ authorizations: { Authorization: 'Bearer '+ authToken }})

但是,我不断收到错误消息:

TypeError: undefined is not a function (near '...).then(function() {...')

4

0 回答 0