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
Implement retry (#13)
* Implement retry
* Update supported python versions
* Drop support for Python3.6
* Lint max col
* Linter complient
* Update version and README
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)