Skip to content

Instantly share code, notes, and snippets.

@nbkhope
Last active October 20, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbkhope/0d85ed1b2cf8cea340cee3f393e52476 to your computer and use it in GitHub Desktop.
Save nbkhope/0d85ed1b2cf8cea340cee3f393e52476 to your computer and use it in GitHub Desktop.
Sails 0.12 Blueprint Actions

These are automatically generated by the Blueprint API

RESTful Route Controller Action
GET /resource ResourceController.find
GET /resource/:resourceId ResourceController.findOne
POST /resource ResourceController.create
PUT /resource/:resourceId ResourceController.update
DELETE /resource/:resourceId ResourceController.destroy
GET /resource/:resourceId/:association ResourceController.populate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment