Skip to content

0.15.4

Choose a tag to compare

@eadwinCode eadwinCode released this 18 Jul 09:02
· 531 commits to master since this release
c761a91

What's Changed

from ninja_extra import throttle
...

@api.get('throttle_api')
@throttle
def throttle_endpoint(request):
   return 'foo'

Read more: Throttling

Sponsors

  • Thanks to @areski for sponsoring the throttling feature

Full Changelog: 0.15.2...0.15.4