* Add isort and Black as formatter * Add static BaseFacade class to allow access to API class and BaseMain options
0.8.0
* Remove support for Python 3.8. * Add set of `raw_*` methods that do not process results.
0.7.0
* Migrated to Python 3.10, Python 2 is not supported anymore * Resource class methods respect additional `**kwargs` and `extra_headers` parameters and pass them on to the underlying `requests` methods * Fix to support `http://` schema in the server url
0.6.0
* Add USE_DASHES option to automatically replace underscores ("_") with dashes ("-") * Refactor to pass options to Resource class
0.5.0
* Allow `delete()` method to accept optional `payload`