내 보관함, 재생목록 리스트 UI 추가
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ContentPlaylistListRepository.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 12/7/24.
|
||||
//
|
||||
|
||||
import CombineMoya
|
||||
import Combine
|
||||
import Moya
|
||||
|
||||
class ContentPlaylistListRepository {
|
||||
private let api = MoyaProvider<PlaylistApi>()
|
||||
|
||||
func getPlaylistList() -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getPlaylistList)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user