xmunoz / sodapy

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

`datasets()` no longer filters on domain #56

Closed remram44 closed 5 years ago

remram44 commented 5 years ago

Seems that I introduced that bug in #53. You have to use client.dataset(domains=[client.domain]) for it to work like previously.

Pull request incoming.