Skip to content

(Stable) View Decorators for exposed endpoint

Compare
Choose a tag to compare
@eshaan7 eshaan7 released this 21 Sep 14:00
· 61 commits to master since this release

Get it on PyPi

  • Added the ability to apply multiple View Decorators on the exposed endpoint. See Example Code.
  • Useful in case you wish to apply authentication, caching, etc. to the endpoint.
  • Backwards compatible with v1.4.x