IBM-Cloud / gp-js-client

JavaScript/Node.js client for Globalization Pipeline
https://developer.ibm.com/open/ibm-bluemix-globalization-pipeline-service/node-js-sdk/
Apache License 2.0
8 stars 24 forks source link

fix HMAC requestInterceptor for Swagger 3.3.x #106

Closed srl295 closed 7 years ago

srl295 commented 7 years ago

This bug was introduced in https://github.com/IBM-Bluemix/gp-js-client/issues/70 because before https://github.com/swagger-api/swagger-js/pull/1161 it seems the requestInterceptor was not called for /swagger.json loads.

Fixes: https://github.com/IBM-Bluemix/gp-js-client/issues/104