You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release document and support new parameters added to our API official documentation.
It also adds a retry mechanism allowing to retry the request when a 500 is returned. Reminder: no ScrapingBee credits are consumed when a 500 is encountered.
Python 3.6 support dropped.
Python 3.10 and 3.11 support were added.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add the json parameter for post requests: (#10)
* Add the json parameter for post requests:
The purpose here is to be iso "requests" in order
to accept empty json body.
Some "black" formatting too.
* change flake8 max line length (100 -> 120)