strongloop, how to define a response class for a custom endpoint

£可爱£侵袭症+ 提交于 2019-12-08 21:46:26

As this is not in the documentation, here is what I did.

Add the name of the response class you like to the remoteMethod definition as I did above with the type: 'CustomProductType'

Go to the server/model-config.json file and add the type there

"CustomProductType": { "dataSource": false, "public": true }

now add your model definition to the common/models/custom_product_type.json

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!