Check capabilities on certain methods
Open
enhancement
- Dominant language
- Python
- Stars
- 53
- Forks
- 22
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 3
Description
For example:
```python
@requires_capability("attachments")
@retry_timeout
def add_attachment(...):
....
```
Contributor guide
Research direction
Start by locating the client methods that correspond to the example, especially add_attachment, and read how decorators such as retry_timeout are currently applied. Determine which methods need capability checks and what the expected behavior is when a capability is unavailable. Done means the selected methods consistently enforce the required capabilities and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100