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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: