Skip to content

Releases: attilaolah/diffbot.py

Version 2.0.0

14 May 14:27

Choose a tag to compare

Switch to using the v3 API by default. Add support for the Discussion and Crawlbot APIs, thanks to @ideoforms.

Version 1.1.2

20 Feb 07:00

Choose a tag to compare

This version makes sure that the proper exception is raised in case the Diffbot API server does not return a successful response (e.g. in case the API key is incorrect).

Before this release, a JSON exception would be raised, e.g.

ValueError: No JSON object could be decoded

From now on, the proper HTTPException will be raised:

requests.exceptions.HTTPError: 401 Client Error