Skip to content

Releases: dkarchmer/django-rest-framework-client

V0.11.2

28 Jul 16:59
Compare
Choose a tag to compare

Switch to using PDM and Ruff

V0.10.0

05 Oct 05:07
Compare
Choose a tag to compare

Add support for --use-token argument to use permanent token

V0.9.2

25 Aug 22:40
Compare
Choose a tag to compare
  • Fix bug using BaseFacade

V0.9.1

20 Aug 22:07
Compare
Choose a tag to compare
  • Hotpatch to fix bug in 0.9.0 related to using an incorrect Facade class instead of BaseFacade

V0.9.0

20 Aug 19:47
519b2f5
Compare
Choose a tag to compare
  • Add isort and Black as formatter
  • Add static BaseFacade class to allow access to API class and BaseMain options

V0.8.0

05 Jul 00:20
342f816
Compare
Choose a tag to compare
  • 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

09 May 04:01
Compare
Choose a tag to compare
  • 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

30 Oct 19:00
4d06039
Compare
Choose a tag to compare
  • Add USE_DASHES option to automatically replace underscores ("_") with dashes ("-")
  • Refactor to pass options to Resource class

v0.5.0

17 May 00:11
199b0d9
Compare
Choose a tag to compare
  • Fix test issues
  • Allow api.delete() to take optional payload. e.g. api.delete(data={...})

v0.4.1

16 May 23:45
Compare
Choose a tag to compare
  • Fix BaseMain Login method
  • Fix PYPI error