Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 259 Bytes

iPodcastSearch

iTunes Podcast Search library

Usage

Searching iTunes

var results = await this.client.SearchPodcastsAsync("Code on the rocks");

From FeedUrl

var podcast = await this.client.GetPodcastFromFeedUrlAsyc(feedUrl);