I-deul-of-zoo / wanted-feed-service

(1차 과제) 소셜 미디어 통합 Feed 서비스
0 stars 2 forks source link

게시물 좋아요 api #9

Open sysgaeng opened 1 year ago

sysgaeng commented 1 year ago

게시물 목록 또는 상세 에서 게시물 좋아요 클릭 시 사용되는 API

type method endpoint
facebook POST https://www.facebook.com/likes/
twitter POST https://www.twitter.com/likes/
instagram POST https://www.instagram.com/likes/
threads POST https://www.threads.net/likes/
sysgaeng commented 1 year ago

요구사항 이해

따라서 아래와 같이 구현하였다.