Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement client to handle http requests #6

Merged
merged 3 commits into from
Sep 15, 2024
Merged

Conversation

ahasunos
Copy link
Owner

Adds BaseClient and FaradayClient for handling HTTP requests

  • BaseClient: Abstract class for HTTP clients.
  • FaradayClient: Concrete implementation using Faraday with caching support.

Includes RSpec tests for functionality and error handling.

Signed-off-by: Sonu Saha <ahasunos@gmail.com>
Signed-off-by: Sonu Saha <ahasunos@gmail.com>
Signed-off-by: Sonu Saha <ahasunos@gmail.com>
@ahasunos ahasunos merged commit 1245d74 into main Sep 15, 2024
8 checks passed
@ahasunos ahasunos deleted the feat/implement-httpclient branch September 16, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant