Skip to content

Datasets improvements#7

Open
Victory wants to merge 5 commits into
normanjoyner:masterfrom
Victory:datasets-improvements
Open

Datasets improvements#7
Victory wants to merge 5 commits into
normanjoyner:masterfrom
Victory:datasets-improvements

Conversation

@Victory

@Victory Victory commented Jan 17, 2016

Copy link
Copy Markdown

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

Victory commented Jan 17, 2016

Copy link
Copy Markdown
Author

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