ListService
protocol ListService
Undocumented
-
Undocumented
Declaration
Swift
func fetch<T>(completion: (([T]?, Error?) -> Void)?)
-
Undocumented
Declaration
Swift
func fetch<T>(id: Int, completion: ((T?, Error?) -> Void)?)
-
Undocumented
Declaration
Swift
func search<T>(query: String?, completion: (([T]?, Error?) -> Void)?)