Closed CFCIfe closed 2 months ago
As requested by Mark here, this article has been separated to this functionality.
TEAM_002
@CFCIfe - Team Lead - Nest JS @Oseni03 - Python FAST API @salissadiq - Go (Gin) @laouali80 - c# @timiajayi - PHP
To update my route per - https://github.com/hngprojects/hng_boilerplate_nestjs/issues/111#issuecomment-2235907567
Description
This page serves as the central hub for our help center, providing users with access to a wealth of informative articles. With its intuitive search functionality, users can easily find the articles they need to address their questions or concerns. Additionally, the help center page implements rate limiting on its search endpoints.
Acceptance Criteria
Purpose
Users can search for articles by titles / topics.
Requirements
Endpoints
[GET] /api/v1/help-center/topics/search?title={title}
Description
Successful Response
Status code: 200
Error Response
Status code: 404
No article matches the title search param.
Status code: 429
Too many requests, Rate limit reached.
Status code: 500
Internal Server Error
Database Schema
Table name: help_center_topic
Database diagram
Testing
/api/v1/help-center/topics
matches the documentation.