jmapio / jmap-perl

JMAP Proxy implemented in Perl
MIT License
152 stars 22 forks source link

Validate requests and responses using JMAP::Tester or similar #50

Open brong opened 7 years ago

brong commented 7 years ago

It would be great to have better input/output validation in a separate spec file for typed data so the code is simpler and we're sure each field is tested against a schema - both in what we read, but most importantly in what we produce, so we're always talking valid JMAP to clients.