crickets-and-comb / crickets-and-comb/comb_utils
Add additional call types to `api_callers`
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In `api_callers`, we have base classes for three API request methods: GET, POST, and DELETE.
There are additional methods, like PUT and PATCH.
Follow the idioms established in the `api_callers` module and implement classes for each of the remaining request types.
Contributor guide
Research direction
Start in the api_callers module by reading the existing GET, POST, and DELETE base classes and following their established idioms. Add corresponding classes for PUT and PATCH, then verify that each remaining request type is represented consistently with the existing classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100