UNPKG

sails-odata

Version:

Extend a sails.js server to support OData protocol. Useful for client applications that use Kendo UI and other frameworks that support OData

15 lines (14 loc) 290 B
module.exports = require('sails-generate-entities')({ module: 'sails-odata', id: 'odata-api', statics: [ 'api/controllers/ODataController.js', 'config/odata.js' ], classes: [ 'api/services/ODataService.js' ], functions: [ 'api/policies/ODataPolicy.js' ] });