knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.58k stars 280 forks source link

feat: add afterResponseCall hook #847

Closed max13fr closed 1 month ago

max13fr commented 1 month ago

Add the hook afterResponseCall allowing to modify the result after the API call (for example to reduce large examples with hundred of lines to 5 maximum, to remove a sensible data, ...).

The doc update is available here : https://github.com/knuckleswtf/scribe-docs/pull/29