UNPKG

bookshelf-rest-api

Version:

Quickly build a rest API with little to no thought if you're using Bookshelf.js for your models

3 lines 115 B
module.exports = function(req) { return req.query && req.query.load ? JSON.parse(req.query.load): undefined; };