hngprojects / hng_boilerplate_csharp_web

https://api-csharp.boilerplate.hng.tech
Apache License 2.0
79 stars 42 forks source link

Feat : Implementation GetAllAPIStatus endpoint #346

Closed ZEEZKING closed 3 weeks ago

ZEEZKING commented 3 weeks ago

Description

Changes proposed

What were you told to do?

What did you do?

  1. Feature Added: The implementation of the GetStatus endpoint.
  2. CQRS Implementation: Use of CQRS with GetStatusQuery and GetStatusQueryHandler.
  3. Pagination Handling: Default pagination values in the handler.
  4. Testing: Creation and coverage of unit tests.