server icon indicating copy to clipboard operation
server copied to clipboard

Feature/debug mode

Open php-rock opened this issue 5 years ago • 1 comments

php-rock avatar Aug 16 '20 22:08 php-rock

Hi @php-rock, this is a great idea. But we can do the same at the middleware level.

Maybe it's worth making an event?

  • ProcedureAccepted - The event occurs on any correct/incorrect request before it is processed.
  • ProcedureSucceeded - The event occurs after a successful request
  • ProcedureFailed - The event occurs after a failed request

As far as developer mode is concerned, I would like to see slightly different data. For example trace errors in the returned JSON.

tabuna avatar Aug 17 '20 07:08 tabuna