mirror of
https://github.com/yattee/yattee.git
synced 2025-08-08 11:44:06 +00:00
Fix #203
This commit is contained in:
@@ -8,6 +8,7 @@ protocol VideosAPI {
|
||||
|
||||
func channel(_ id: String) -> Resource
|
||||
func channelByName(_ name: String) -> Resource?
|
||||
func channelByUsername(_ username: String) -> Resource?
|
||||
func channelVideos(_ id: String) -> Resource
|
||||
func trending(country: Country, category: TrendingCategory?) -> Resource
|
||||
func search(_ query: SearchQuery, page: String?) -> Resource
|
||||
|
Reference in New Issue
Block a user