craftcms / element-api

Create a JSON API/Feed for your elements in Craft.
MIT License
498 stars 57 forks source link

Trigger beforeSendJson event #113

Closed menberg closed 5 years ago

menberg commented 5 years ago

eg. for caching JSON endpoints with Blitz

brandonkelly commented 5 years ago

You could pull this off with yii\web\Response::EVENT_BEFORE_SEND.