Skip to content

Commit

Permalink
Merge pull request #2 from johndavi/master
Browse files Browse the repository at this point in the history
use https for API calls
  • Loading branch information
johndavi committed May 17, 2017
2 parents 37a1016 + 335845d commit 4f0057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffbot.js
Expand Up @@ -10,7 +10,7 @@ Parameters:
@token: Your Diffbot API token
**/
Diffbot = function (token) {
var apiUri = "http://api.diffbot.com/v3/"; // Base url for all requests
var apiUri = "https://api.diffbot.com/v3/"; // Base url for all requests

// Utility to wrap private helper functions
var utility = {
Expand Down

0 comments on commit 4f0057e

Please sign in to comment.