express-resource icon indicating copy to clipboard operation
express-resource copied to clipboard

Resourceful routing for Express

Results 37 express-resource issues
Sort by recently updated
recently updated
newest added

TypeError: app.resource is not a function at Object. (/Users/kirin/Desktop/www/maprangsoft-api/route/api.js:38:5) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18)...

No current ExpressJs had the following error: express app deprecated: Use app.delete instead node_modules / express-resource / index.js: 153: 19

fix Readme.md, mainly about syntax highlighting.

I should have probably also modified the readme. The new formats parameter is a whitelist for the formats and can also be left as an empty array in order to...

Hi, I've added middleware support, based on the discussion in visionmedia/express-resource#8 Everything remains backward compatible. It includes also tests and documentation. Cheers, Marco

express-resource did not support actions implemented as an array of function.

I want to have a variant of `Resource` that accepts middleware (`authenticate` & `persistence` keys) and validates incoming JSON according to a schema (`schema` key), in order to emulate some...