inveniosoftware / inveniosoftware/flask-resources
resources: allow to attach actions as parameter
Open
- 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
Assessment
This issue has not been assessed yet.