IBM-Cloud / gp-angular-client

Angular client for Globalization Pipeline on IBM Bluemix
https://www.ng.bluemix.net/docs/services/GlobalizationPipeline/index.html
Apache License 2.0
1 stars 8 forks source link

regression: "uri" might not contain /rest #13

Closed srl295 closed 8 years ago

srl295 commented 8 years ago

The experimental (pre-beta) service used this credential format:

"uri": https://gp.…/translate

in e33c33e157aa2876b80d9173a8fb1480b6690507 I ''fixed'' this to expect the current (Beta/GA) format:

"url": https://gp.…/translate/rest

This commit allows uri or url, … but it broke users with the previous URL format.

Fix to append /rest if not present.

srl295 commented 8 years ago

Original reporter says:

Yep, that fixes the issue