Commonists / pageview-api

Wikimedia Pageview API client
MIT License
27 stars 7 forks source link

Status code #2

Closed PierreSelim closed 7 years ago

PierreSelim commented 7 years ago

Handling status code based on https://wikitech.wikimedia.org/wiki/Analytics/PageviewAPI#Gotchas

Raising ZeroOrDataNotLoadedException for 404. Raising ThrottlingException for 429

Raising HTTPError otherwise (from the requests package)