Decorators

djangochannelsrestframework.decorators.action(atomic=None, **kwargs)[source]

Mark a method as an action.

djangochannelsrestframework.decorators.detail_action(**kwargs)[source]

Used to mark a method on a ResourceBinding that should be routed for detail actions.

djangochannelsrestframework.decorators.list_action(**kwargs)[source]

Used to mark a method on a ResourceBinding that should be routed for list actions.