api icon indicating copy to clipboard operation
api copied to clipboard

Ability to pass data between hooks

Open eduardoboucas opened this issue 5 years ago • 0 comments

In some circumstances, multiple hooks are fired for the same request (e.g. beforeGet and afterGet). In these cases, it would be useful if data computed in a hook could be made available to other hooks that run subsequently.

eduardoboucas avatar Jul 19 '19 08:07 eduardoboucas