crickets-and-comb / crickets-and-comb/comb_utils

Add additional call types to `api_callers`

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.