UNPKG

rapidly

Version:

This helper can help you set your API routes/actions rapidly based on Express.js

19 lines (18 loc) 315 B
{ "create" : { "method" : "POST", "scope" : "private" }, "read" : { "method" : "GET", "scope" : "public" }, "update" : { "method" : "POST", "scope" : "private" }, "delete" : { "method" : "POST", "scope" : "private" } }