Skip to content

Commit

Permalink
Changed default protocol to HTTPS.
Browse files Browse the repository at this point in the history
 * IBM / AlchemyAPI is deprecating HTTP access on November 9, 2016.
  • Loading branch information
kfitzgerald committed Aug 26, 2016
1 parent 674010a commit 542bfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var AlchemyAPI = function(api_key, opts) {
var settings = {
format: "json"
,api_url: "gateway-a.watsonplatform.net"
,protocol: "http"
,protocol: "https"
};

settings = extend(settings, opts);
Expand Down

0 comments on commit 542bfa4

Please sign in to comment.