The functionality in this package has been superseded by the introduction of helpers in Sails v1.0. See the Sails roadmap for more information.
machines
hook for Sails < v1.0.
A more structured alternative to services and/or model methods. Loads app-level machines from your api/machines
folder and exposes them as sails.machines.*
Stability: 2 - Unstable
This hook's responsibilities are:
- load machine defs w/ dash-delimited filenames from
api/machines/
- instantiate a machinepack, creating living versions of all of the machines with camel-cased method names
- expose the app's custom machinepack as
sails.machines
N/A
N/A
sails.machines.*
(see reference documentation for sails.machines on sailsjs.org)
If you have a question that isn't covered here, please feel free to send a PR adding it to this section.
This repo contains a hook, one of the building blocks Sails is made out of.
The versioning of a hook closely mirrors that of the Sails version it depends on. While the "patch" version (i.e. the "Z" in "X.Y.Z") will normally differ from that of Sails core, the "minor" version number (i.e. the "Y" in "X.Y.Z") of this hook is also the minor version of Sails for which it is designed. For instance, if a hook is version 0.11.9
, it is designed for Sails ^0.11.0
(that means it'll work from 0.11.0 all the way up to and including 0.12.x).
MIT