Open ppanero opened 4 years ago
Being able to attach actions to same resource would be much better UX than what we have. As mentioned we need 2 classes per 1 action endpoint.
@action(route="", parser="...") def actionA(self, *Args, **kwargs) pass
Being able to attach actions to same resource would be much better UX than what we have. As mentioned we need 2 classes per 1 action endpoint.