hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
181 stars 105 forks source link

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

Closed F0laf0lu closed 3 months ago

F0laf0lu commented 4 months 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 4 months ago

@F0laf0lu missing end-to-end testing specs

Shullyd7 commented 4 months ago

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

Dev-wonderful commented 4 months ago

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

Shullyd7 commented 4 months ago

Be consistent in versioning your endpoints

highb33kay commented 4 months ago

Success Response formatting is not standard