why-social / y

MIT License
0 stars 0 forks source link

Add endpoints for Comments #6

Closed cynex0 closed 1 day ago

cynex0 commented 1 month ago

GET requests

POST requests

PATCH requests

DELETE requests

cynex0 commented 1 month ago

mentioned in commit f8a09fe2397a5f9f7cda77d176fe3adb524595d1

By Razvan Albu on 2024-09-17T08:48:00

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/comments - creates a comment with the specified content.** as completed

By Razvan Albu on 2024-09-19T12:17:54

cynex0 commented 1 month ago

marked the checklist item **PATCH: /api/v1/comments/:id - updates an existing comment.** as completed

By Razvan Albu on 2024-09-19T12:17:50

cynex0 commented 1 month ago

marked the checklist item **GET: /api/v1/comments/user/:id - returns a JSON containing all posts of a user.** as completed

By Razvan Albu on 2024-09-19T10:43:26

cynex0 commented 1 month ago

mentioned in commit a3536ebb67742278bfd016ca59b91165093f8ba5

By Razvan Albu on 2024-09-16T18:22:24

cynex0 commented 1 month ago

marked the checklist item **GET: /api/v1/comments/:id - returns a JSON with comment's data and replies.** as completed

By Razvan Albu on 2024-09-16T18:23:38

cynex0 commented 1 month ago

marked the checklist item **GET: /api/v1/comments/:comment_id/images - returns images for a specific comment.** as completed

By Razvan Albu on 2024-09-16T18:23:40

cynex0 commented 1 month ago

marked the checklist item **GET: /api/v1/comment/:comment_id/likes/:user_id - returns a boolean representing whether or not a user having :user_id liked a comment having :comment_id.** as completed

By Razvan Albu on 2024-09-16T18:23:52

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/comments - creates a comment with the specified content.** as completed

By Razvan Albu on 2024-09-16T18:23:57

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/comments - creates a comment with the specified content.** as incomplete

By Razvan Albu on 2024-09-16T18:23:58

cynex0 commented 1 month ago

marked the checklist item **DELETE: /api/v1/comments/:id - remove an existing comment.** as completed

By Razvan Albu on 2024-09-16T18:24:16

cynex0 commented 1 month ago

marked the checklist item **DELETE: /api/v1/posts/:comment_id/likes/:user_id - removes a like on comment :comment_id by user :user_id.** as completed

By Razvan Albu on 2024-09-19T12:17:51

cynex0 commented 1 month ago

created branch 6-add-comments-endpoints to address this issue

By Razvan Albu on 2024-09-16T15:49:12

cynex0 commented 1 month ago

mentioned in commit d29f031f1d89913c2be3216243e0ad7e706f81bc

By Razvan Albu on 2024-09-19T09:46:04

cynex0 commented 1 month ago

mentioned in commit 4a4272e711b0e84fd12d0335d8bf1e8846d882ee

By Razvan Albu on 2024-09-19T11:14:37

cynex0 commented 1 month ago

mentioned in commit 0d9a7ba7c09e3113c43107a39952d5e9a76459d3

By Razvan Albu on 2024-09-19T12:17:13

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/comments/:comment_id/likes/:user_id - returns a boolean representing whether or not a user having :user_id liked a comment having :comment_id.** as completed

By Razvan Albu on 2024-09-19T12:17:53

cynex0 commented 1 month ago

mentioned in commit eb7e3dac25809872730dee3f1d682a9969ce1e8d

By Razvan Albu on 2024-09-19T17:05:01

cynex0 commented 1 month ago

mentioned in commit 32f2eb94c9ecee01a055c4690e41c1b8484567df

By Maksims Orlovs on 2024-09-19T17:42:48

cynex0 commented 1 month ago

mentioned in commit 06d7b3a854c2578ad006a4d17c8c6dfc61788759

By Razvan Albu on 2024-09-19T17:35:57

cynex0 commented 1 month ago

mentioned in commit 1db5341cd4faae9eea74ab0ad3b9d02031c9c460

By Razvan Albu on 2024-09-19T17:41:15