Releases: ListenNotes/podcast-api-go
Releases · ListenNotes/podcast-api-go
Small fix
Add new endpoint SearchEpisodeTitles
Conduct targeted searches for individual episodes by title and refine results using the podcast id such as Listen Notes Podcast ID, Apple Podcasts ID, Spotify ID, or RSS feed URL. This endpoint is specially designed to streamline the import of specific episodes from platforms like Apple Podcasts and Spotify into your application. Compared to the GET /search endpoint, which performs full-text searches across multiple fields, this endpoint focuses solely on episode titles for enhanced accuracy and performance.
Add new endpoint FetchPodcastsByDomain
v1.1.6 Add new endpoint FetchPodcastsByDomain
Fix BatchFetchEpisodes and BatchFetchPodcasts function signature bugs.
v1.1.5 Fix BatchFetchEpisodes and BatchFetchPodcasts function signature bugs.
Add FetchAudienceForPodcast function.
v1.1.4 Update go.yml
New endpoints: spellcheck, trending_searches, and related_searches.
v1.1.0 Update README.md
Update README.md
v1.0.3 Update README.md
Update README.md and some cleanups
v1.0.2 Update README.md
Initial release
v1.0.1 Update .travis.yml