라이브 메인 - 팔로잉 채널 API 연동
This commit is contained in:
@@ -18,7 +18,7 @@ interface LiveRecommendApi {
|
||||
@Header("Authorization") authHeader: String
|
||||
): Flowable<ApiResponse<List<GetRecommendChannelResponse>>>
|
||||
|
||||
@GET("/live/following/channel")
|
||||
@GET("/live/recommend/following/channel/list")
|
||||
fun getFollowingChannelList(
|
||||
@Header("Authorization") authHeader: String
|
||||
): Single<ApiResponse<List<GetRecommendChannelResponse>>>
|
||||
|
@@ -74,13 +74,13 @@ interface UserApi {
|
||||
|
||||
@POST("/member/creator/follow")
|
||||
fun creatorFollow(
|
||||
request: CreatorFollowRequestRequest,
|
||||
@Body request: CreatorFollowRequestRequest,
|
||||
@Header("Authorization") authHeader: String
|
||||
): Single<ApiResponse<Any>>
|
||||
|
||||
@POST("/member/creator/unfollow")
|
||||
fun creatorUnFollow(
|
||||
request: CreatorFollowRequestRequest,
|
||||
@Body request: CreatorFollowRequestRequest,
|
||||
@Header("Authorization") authHeader: String
|
||||
): Single<ApiResponse<Any>>
|
||||
|
||||
|
Reference in New Issue
Block a user