xmunoz / sodapy

Python client for the Socrata Open Data API
MIT License
402 stars 114 forks source link

Support discovery API #51

Closed remram44 closed 5 years ago

remram44 commented 5 years ago

The discovery API has more filtering methods than just listing all the datasets in the domain, for example categories, tags, types, license, column name, and even full-text query terms.

It would be nice if this was exposed in the .dataset() method.

I can take a crack at adding this if there is interest.

xmunoz commented 5 years ago

Yeah, go for it!