Messaging System between Users
sailor install sailor-module-message [--save or --save-dev]POST /message
The minimum information to create a new message is:
{
to: "userID",
from: "userID",
text: "yourMessageText"
}Additionally you can specify the status. By default the status is unread.
The rest of CRUD method is following sailor-module-blueprints schema.
Check tests for more information and sample usages.
MIT © sailorjs