fastmail / Ix

automatic generation of JMAP-style APIs
GNU General Public License v2.0
10 stars 5 forks source link

JMAP processor: record info about unknown methods #118

Closed mmcclimon closed 5 years ago

mmcclimon commented 5 years ago

If we try to handle a method that's unknown, we will now say as much in $ctx->record_call_info. This will allow downstream clients to take different action on known vs. unknown methods, if they want to.

wolfsage commented 5 years ago

I like it