Skip to content

Commit

Permalink
Merge pull request duckduckgo#1986 from duckduckgo/jag/quandl
Browse files Browse the repository at this point in the history
Quandl: quandl.com redirects to www.quandl.com
  • Loading branch information
moollaza committed Jul 2, 2015
2 parents 4af3924 + 3b4eb4b commit 2a7ce0a
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ triggers startend => @trigger_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'https://quandl.com/api/v1/datasets/SF1/$1_MRQ.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://www.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
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ triggers any => @trigger_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'https://quandl.com/api/v1/datasets/ZILL/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://www.quandl.com/api/v1/datasets/ZILL/$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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ triggers any => @primary_keys;
# duckpan env set <name> <value>

# set spice parameters
spice to => 'https://quandl.com/api/v1/datasets/WORLDBANK/$1.json?auth_token={{ENV{DDG_SPICE_QUANDL_APIKEY}}}&rows=2';
spice to => 'https://www.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 2a7ce0a

Please sign in to comment.