why-social / y

MIT License
0 stars 0 forks source link

Add endpoints for Post #5

Closed cynex0 closed 1 day ago

cynex0 commented 1 month ago

GET requests

POST requests

PATCH requests

DELETE requests

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/posts/:post_id/images - handle image upload form.** as incomplete

By Maksims Orlovs on 2024-09-18T10:04:30

cynex0 commented 1 month ago

mentioned in commit 0913508187fe144d0ef224c7813bc92f89541e9f

By Razvan Albu on 2024-09-14T09:50:54

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T16:13:38

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T16:31:39

cynex0 commented 1 month ago

mentioned in commit 74d099cfc575210a1c190ef92da81fd29e5fbb11

By Razvan Albu on 2024-09-14T10:37:26

cynex0 commented 1 month ago

created branch 5-add-post-endpoints to address this issue

By Razvan Albu on 2024-09-14T07:14:25

cynex0 commented 1 month ago

mentioned in commit a6ff14c0b08464d2f8e5b4d84f91dc42ecee5308

By Maksims Orlovs on 2024-09-15T12:20:02

cynex0 commented 1 month ago

mentioned in commit 944db441b355c0b9ea63a592c94738bc58d13f13

By Maksims Orlovs on 2024-09-15T12:20:02

cynex0 commented 1 month ago

mentioned in commit bf9e4a97bb703645dc88e36150cd1f53486cfc52

By Maksims Orlovs on 2024-09-16T18:21:47

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T18:22:53

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/posts/:post_id/likes/:user_id - registers that a post :post_id has been liked by user :user_id.** as completed

By Maksims Orlovs on 2024-09-16T18:22:55

cynex0 commented 1 month ago

mentioned in commit c90789b29cb085e2b80a2e8d4ebc1aef71df4837

By Razvan Albu on 2024-09-15T12:48:52

cynex0 commented 1 month ago

mentioned in commit 6e12fbac18bff3ac54fd0a325691b3200f354c9a

By Razvan Albu on 2024-09-15T13:02:50

cynex0 commented 1 month ago

mentioned in commit 89eef093b5deeaa8009ad8754a6b5826904098e6

By Razvan Albu on 2024-09-15T13:08:24

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T16:54:55

cynex0 commented 1 month ago

mentioned in commit 4eb06dd0fb3abce5615c0e9d5e51eb291ea05602

By Maksims Orlovs on 2024-09-16T10:42:32

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T17:09:07

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T17:26:34

cynex0 commented 1 month ago

mentioned in commit 5e978b3c8f95ebf0fb7916d78e0e80ea2a4bfe9c

By Maksims Orlovs on 2024-09-16T17:54:57

cynex0 commented 1 month ago

mentioned in commit 274b2a5b86728df820ad46f31bc0769e856bfc15

By Maksims Orlovs on 2024-09-16T17:54:57

cynex0 commented 1 month ago

mentioned in commit 839cedefa38bad7f51a63e22cd81d02084367564

By Maksims Orlovs on 2024-09-16T17:54:57

cynex0 commented 1 month ago

mentioned in commit d0458ac1dbc4b138b63470d6d215a704ef8f53d3

By Maksims Orlovs on 2024-09-16T17:54:57

cynex0 commented 1 month ago

mentioned in commit ebd9d200f8de72f1bafef2aca134c7e31076355a

By Maksims Orlovs on 2024-09-16T17:54:57

cynex0 commented 1 month ago

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

By Maksims Orlovs on 2024-09-16T17:55:01

cynex0 commented 1 month ago

mentioned in commit 2931b2ac6a879ab7d414bbeab1b86a19f0d8c23e

By Maksims Orlovs on 2024-09-18T15:19:44

cynex0 commented 1 month ago

mentioned in commit 6b3eea4ef470ebd83cb57e1c20c2357ba240a404

By Maksims Orlovs on 2024-09-18T15:19:44

cynex0 commented 1 month ago

mentioned in commit 461cfc51dbd805465dacb0a26484aa2767751595

By Maksims Orlovs on 2024-09-18T15:19:45

cynex0 commented 1 month ago

mentioned in commit c315f55ae6cde2cc48448af146b96c585b6da1bb

By Maksims Orlovs on 2024-09-18T15:56:01

cynex0 commented 1 month ago

mentioned in commit 0632dd257d6a95b36d8f94097b237d142840c59f

By Maksims Orlovs on 2024-09-18T15:19:44

cynex0 commented 1 month ago

marked the checklist item **POST: /api/v1/posts/:post_id/images - handle image upload form.** as completed

By Maksims Orlovs on 2024-09-18T15:21:40

cynex0 commented 1 month ago

mentioned in commit 46c9dd64e3cb5d31b7631af25006f64fd41115fb

By Maksims Orlovs on 2024-09-19T12:36:15

cynex0 commented 1 month ago

mentioned in commit 78e483ac78cc0c75c395a4dfe897ab3d079545bf

By Maksims Orlovs on 2024-09-19T15:50:56

cynex0 commented 1 month ago

mentioned in commit eaf9f0c70dbed0818eee23a352648ba405ca1a71

By Maksims Orlovs on 2024-09-19T15:55:31

cynex0 commented 1 month ago

mentioned in commit a85e5028d7e198424c832933c4c8a539aba56794

By Maksims Orlovs on 2024-09-19T16:31:28

cynex0 commented 1 month ago

mentioned in commit 2c8351327327cdd1d9ee5826a68fd2619ced1ce3

By Maksims Orlovs on 2024-09-19T16:30:14

cynex0 commented 1 month ago

mentioned in commit 186b03001aa9fe3bda53ac41c3c0f4490a493d2c

By Maksims Orlovs on 2024-09-19T16:37:23

cynex0 commented 1 month ago

mentioned in commit fc886198db06dc1ee2684f8e7fa4cb35092d49a8

By Razvan Albu on 2024-09-19T17:36:51