Skip to content

Commit

Permalink
Change base list URL to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed May 4, 2015
1 parent f026b49 commit 4cf2c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quandl.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Quandl {
private static $url_templates = [
"symbol" => 'https://www.quandl.com/api/v1/datasets/%s.%s?%s',
"search" => 'https://www.quandl.com/api/v1/datasets.%s?%s',
"list" => 'http://www.quandl.com/api/v2/datasets.%s?%s',
"list" => 'https://www.quandl.com/api/v2/datasets.%s?%s',
];

public function __construct($api_key=null, $format="object") {
Expand Down

0 comments on commit 4cf2c11

Please sign in to comment.