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
The text was updated successfully, but these errors were encountered:
burntblark
changed the title
Implement SailsQuery object to represent BLUEPRINT methods
Implement SailsQuery object to represent BLUEPRINT methods
Nov 10, 2018
BLUEPRINT methods that are allowed through routes should be ready to use. https://sailsjs.com/documentation/concepts/blueprints/blueprint-routes
So I think using the same names https://sailsjs.com/documentation/reference/blueprint-api
it would be nice Because as LIB is for Sails I think it should follow the same nomenclature.
I say this because there are some methods like SAVE
ngx-sails-socketio/src/sails.query.ts
Line 43 in fcacfbd
REMOVE Which in the case I believe should be called destroy.
Because the remove in BLUEPRINT is used for something else
ngx-sails-socketio/src/sails.query.ts
Line 83 in fcacfbd
AND findById that does not meet any Waterline or blueprint nomenclature.
ngx-sails-socketio/src/sails.query.ts
Line 33 in fcacfbd
Originally posted by @abalad in #35 (comment)
The text was updated successfully, but these errors were encountered: