If a custom type is registered, it should have the opportunity to participate in the read/write fortune lifecycle to manipulate the data travelling into & out of the API.
This will avoid the need to manually add hooks to each resource to do any manipulations (provide our date example as a starting point)
Example of custom types in https://github.com/Azzoo/fortune/blob/patch-3/test/app.js
If a custom type is registered, it should have the opportunity to participate in the read/write fortune lifecycle to manipulate the data travelling into & out of the API.
This will avoid the need to manually add hooks to each resource to do any manipulations (provide our date example as a starting point)