DannyBen / php-quandl

Easy access to the Quandl Data API using PHP
MIT License
54 stars 13 forks source link

Add metadata endpoint and update to API v3 endpoints #13

Closed DannyBen closed 8 years ago

DannyBen commented 8 years ago

NOTE:
Since Quandl has done changes to their API, and since this PR uses the new Quandl API - it may break for users who used the previous version. In previous versions of the API, some responses had a docs property, which is now called datasets, and other responses had the data property, which is not available as dataset->data

This PR:

Reference: Quandl API introduction page