Last updated 1 year ago
GET https://blegram.vercel.app/api/followings
GET
https://blegram.vercel.app/api/followings
쿠키를 주면 팔로잉들과 본인과의 관계를 알 수 있음
followingIdx*
number
특정 유저의 식별자( idx )
lastIdx*
탐색 시작 위치
( 이전에 검색한 유저의 식별자 ( idx ) )
take*
탐색할 개수
bat
JWT
엑세스 토큰을 갖는 쿠키 ( 10분 )
brt
리프레쉬 토큰을 갖는 쿠키 ( 7일 )
{ "message": "특정 유저의 팔로잉들을 가져왔습니다.", "followings": [ { "idx": 3, "avatar": "development/photos/lion.jpg", "name": "유저 - 3", "nickname": "color", // 해당 유저의 팔로워들 "followers": [ { "followerIdx": 3, "followingIdx": 1 } ] }, { "idx": 4, "avatar": "", "name": "유저 - 4", "nickname": "delete", "followers": [ { "followerIdx": 4, "followingIdx": 1 } ] } // ... 팔로잉들 ] }
{ "message": "로그인후에 접근해주세요!" }
{ "message": "가능한 요청이 아닙니다.\n확인후에 다시 시도해주세요!" }
{ "message": "서버측 문제입니다.\n잠시후에 다시 시도해주세요!" }
팔로잉들 관련 엔드포인트