full-stackory / full-stackory/scaffold
Core Abstract HTTP Client
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Each of the vendors we implement will have an HTTP client. These HTTP clients are going to need to have the exact same public API footprint.
In this task, we need to thoughtfully design our api footprint and implement the methods in an abstract class. This abstract class will be used for inheritance for our actual http implementations.
Each method defined in this abstract class should `raise NotImplementedError`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.