node-quandl icon indicating copy to clipboard operation
node-quandl copied to clipboard

Datasets improvements

Open Victory opened this issue 10 years ago • 1 comments

fixes for v3 of api for datasets using CBOE/VXEEM as an example where we expect the api to call

https://www.quandl.com/api/v3/datasets/CBOE/VXEEM.json?auth_token=########

Victory avatar Jan 17 '16 20:01 Victory

Sorry these pull requests got a bit messed up. The gist of both of them is that in v3 we were not making the correct call to the api via

        quandl.configure({
            api_version: 3,
            auth_token: "#####"
        });

        quandl.dataset(
            {source: 'CBOE/VXEEM', format: 'json'},
            function(){});

Victory avatar Jan 17 '16 20:01 Victory