UNPKG

realm-router

Version:

Realm router is a bleeding edge restful framework (ec7 + decorators), based on realm dependency injection.

21 lines (15 loc) 305 B
"use realm backend"; import Decorator from realm.router; import Permissions as permissions from realm.router.test; @permissions() /** * Session */ class Session { static inject($req, $permissions, $attrs) { return { $session: $attrs } } } export Decorator.wrap(Session);