feat(explorer): 크리에이터 상세정보 다이얼로그와 SNS 링크를 추가한다
This commit is contained in:
@@ -29,6 +29,10 @@ final class ExplorerRepository {
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
func getCreatorDetail(id: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getCreatorDetail(userId: id))
|
||||
}
|
||||
|
||||
func getFollowerList(userId: Int, page: Int, size: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getFollowerList(userId: userId, page: page, size: size))
|
||||
|
||||
Reference in New Issue
Block a user