You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
It’s a fundamental feature for microrest to be able to hook the default API’s behaviour. That’s what we try to do using middlewares based on stackPHP. This work is visible on the branch stackphp. But it’s a work in (realy slow) progress…
In fact, It isn't yet possible. But the idea is to use microrest as middleware (thank's to stackphp), and by adding your own middleware after Microrest be able to override the http response.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What if I want do some actions to on api calls? Like prepare data, save in my own way.. resend it to another service? Any hooks for this?
The text was updated successfully, but these errors were encountered: