Releases: dkarchmer/django-rest-framework-client
Releases · dkarchmer/django-rest-framework-client
V0.11.2
Switch to using PDM and Ruff
V0.10.0
Add support for --use-token argument to use permanent token
V0.9.1
- Hotpatch to fix bug in 0.9.0 related to using an incorrect
Facade
class instead of BaseFacade
V0.9.0
- Add isort and Black as formatter
- Add static BaseFacade class to allow access to API class and BaseMain options
V0.8.0
- Drop Python v3.8
- Add set of
raw_*
methods (e.g. raw_post()
) that returns the unprocessed respond from the Requests
package.
V0.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
v0.6.0
- Add USE_DASHES option to automatically replace underscores ("_") with dashes ("-")
- Refactor to pass options to Resource class
v0.5.0
- Fix test issues
- Allow
api.delete()
to take optional payload. e.g. api.delete(data={...})
v0.4.1
- Fix BaseMain Login method
- Fix PYPI error