codescalersinternships / home

home repo for internships
1 stars 0 forks source link

Datetime HTTP Client - Basem-Elgalfy #194

Open Basem1166 opened 3 days ago

Basem1166 commented 3 days ago

Develop and Test HTTP Client for Datetime Server https://github.com/codescalersinternships/home/issues/144**

Description:

Create an HTTP client in Go that consumes the datetime server APIs implemented in the previous project https://github.com/codescalersinternships/home/issues/144 . This client will focus on building an HTTP client development and testing.

Requirements:

Client Functionality:

Configuration:

Retry mechanism

Testing:

Documentation:

Logging:

Optional Enhancements:

Implement a simple CLI interface for the client Acceptance Criteria: All tests pass and provide good coverage Documentation clearly explains usage and testing procedures After this one You can develop the one for pokeapi