Decorators

Decorators class definitions

action

Decorators

restae.decorators.action(methods=None, detail=None, url_path=None, param_name=None)[source]

Mark a Handler method as a routable action. Set the detail boolean to determine if this action should apply to instance/detail requests or collection/list requests.