我是新来strongloop,并期待在文档和示例,但根据需要从来没有看到我的问题。 我心中已经两款车型,sentence.js和log.js和移动应用程序进行POST请求的句子,以REST的API,例如
Model sentence.js (dont want save to db this model, only for parsing and creating log model)
{
name: 'sentence',
type: 'string'
}
Model log.js
{ name: 'lat', type: 'string' },
{ name: 'lng', type: 'string' }
[HTTP POST] myserver/api/sentence?d=$GPRMC,123519,A,4807.038,N,01131.000,E,022.4,084.4,230394,003.1,W*6A
模型已经触发方法,例如,afterInitialize,beforeValidate,beforeSave。 现在, 这引发方法或任何其他范围正确的和最佳的分析句子模型和创建日志模式?
谢谢 !