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

PokeAPIHTTPClient - Eyad Hussein #220

Open
13 of 17 tasks
eyad-hussein opened this issue Jul 8, 2024 · 2 comments
Open
13 of 17 tasks

PokeAPIHTTPClient - Eyad Hussein #220

eyad-hussein opened this issue Jul 8, 2024 · 2 comments

Comments

@eyad-hussein
Copy link

eyad-hussein commented Jul 8, 2024

Develop and Test HTTP Client for PokeApi

Description:
Create an HTTP client in Go that consumes the PokeApi.

Requirements:

  • Client Functionality:

    • Implement functions to call each endpoint
    • Implement proper error handling and timeouts
  • Retry Mechanism:

  • Testing:

    • Unit tests for client functions
    • Integration tests using a mock server
  • Documentation:

    • Provide godoc-style comments for all exported functions
    • Include usage examples in the README
  • Logging:

    • Implement structured logging for client operations
  • 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
@eyad-hussein
Copy link
Author

8th of July

  • Set up project and initial logic with test

@eyad-hussein
Copy link
Author

13th of July

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

No branches or pull requests

1 participant