Skip to content

Conversation

@Victory
Copy link

@Victory Victory commented Jan 17, 2016

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
Copy link
Author

Victory commented Jan 17, 2016

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(){});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant