1
我是sails.js的新手,並且發現了一些奇怪的東西。我已創建像模特用戶:Sails JS Model Rest API
sails generate api user
所以我有機會獲得:
http://localhost:1337/user/
和
http://localhost:1337/user/create?name=joe&test=true
但爲什麼帆允許我補充我想要的任何領域模型如:
toto and okToo are no t下我的模型在API /模型/ User.js:attributs
我錯過了一些東西,如果任何人都可以幫助我理解這一點。 對我來說,sails.js只能保存我放在模型上的字段:屬性文件或拋出異常
你知道我怎麼可以添加策略以寧靜的藍圖網址嗎? – jaumard 2014-10-11 14:17:59
從策略讀取保護控制器的部分,與藍圖相同http://sailsjs.org/#/documentation/concepts/Policies – Meeker 2014-10-11 18:54:38