Kinto / Kinto/kinto-http.py

Check capabilities on certain methods

Open
#380 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.