alex9smith / gdelt-doc-api

A Python client for the GDELT 2.0 Doc API
MIT License
91 stars 20 forks source link

Validate `timespan` filter parameter #19

Closed alex9smith closed 2 years ago

alex9smith commented 2 years ago

Previously if this was wrong the query would fail when trying to parse the (non-JSON) error response from the API. Catch it earlier in the program and provide some helpful error messages to users.

Prevents errors like in #17