hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
182 stars 105 forks source link

[FEAT] Create API Endpoints to Retrieve User Profile Settings #122

Closed F0laf0lu closed 2 weeks ago

F0laf0lu commented 1 month ago

Description

Create an API endpoint to allow users to view their profile settings. The user must be signed in to view their details.

Acceptance Criteria

Expected Outcome

An API endpoint that enables users to view their profile settings seamlessly.

nedssoft commented 1 month ago

@F0laf0lu missing end-to-end testing specs

Shullyd7 commented 1 month ago

API should be protected, with a token so it is sure they're signed in

Dev-wonderful commented 1 month ago

In the first requirement, update the endpoint to follow the convention

Shullyd7 commented 1 month ago

Be consistent in versioning your endpoints

highb33kay commented 1 month ago

Success Response formatting is not standard