Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
All Quandl: spice_to URIs updated to https. http API access is depric…
Browse files Browse the repository at this point in the history
…ated and will be going offline 2015/05/15
  • Loading branch information
brianrisk committed Apr 22, 2015
1 parent e329264 commit 5bf71e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/DDG/Spice/Quandl/Fundamentals.pm
Expand Up @@ -34,7 +34,7 @@ triggers startend => @trigger_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'http://quandl.com/api/v1/datasets/SF1/$1_MRQ.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://quandl.com/api/v1/datasets/SF1/$1_MRQ.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice wrap_jsonp_callback => 1;
spice proxy_cache_valid => "418 1d";

Expand Down
2 changes: 1 addition & 1 deletion lib/DDG/Spice/Quandl/HomeValues.pm
Expand Up @@ -42,7 +42,7 @@ triggers any => @trigger_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'http://quandl.com/api/v1/datasets/ZILLOW/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://quandl.com/api/v1/datasets/ZILLOW/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice wrap_jsonp_callback => 1;
spice proxy_cache_valid => "418 1d";

Expand Down
2 changes: 1 addition & 1 deletion lib/DDG/Spice/Quandl/WorldBank.pm
Expand Up @@ -37,7 +37,7 @@ triggers any => @primary_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'http://quandl.com/api/v1/datasets/WORLDBANK/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://quandl.com/api/v1/datasets/WORLDBANK/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice wrap_jsonp_callback => 1;
spice proxy_cache_valid => "418 1d";

Expand Down

0 comments on commit 5bf71e5

Please sign in to comment.