BlueBrain / BlueBrain/nexus-python-sdk
Call http_xxx functions using kwargs to pass params where it is not yet the case
Open
enhancement
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Example (`rev=rev`): https://github.com/BlueBrain/nexus-python-sdk/blob/eb671453c51f887f9365b5c10db8aca6cb359127/nexussdk/acls.py#L30
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the example in nexussdk/acls.py at line 30, where rev=rev is passed positionally. Search the SDK for other http_xxx calls that pass request parameters the same way. Done means the applicable calls consistently pass those parameters as kwargs without changing request behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100