inveniosoftware / inveniosoftware/flask-resources

resources: allow to attach actions as parameter

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
22
PR merge metrics
No merged PRs in 30d

Description

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.
* thinking about using decorators but it might get messy too:

```python
@action(route="", parser="...")
def actionA(self, *Args, **kwargs)
pass
````

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.