Releases: ListenNotes/podcast-api-php
Releases · ListenNotes/podcast-api-php
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.5 Add new endpoint fetchPodcastsByDomain
Add fetchAudienceForPodcast function.
v1.1.4 Add fetchAudienceForPodcast function.
Update error message for HTTP 429.
And fix composer lock file
Update error message for HTTP 429.
v1.1.1 Update error message for HTTP 429.
New endpoints: spellcheck, trending_searches, and related_searches.
v1.1.0 Update README.md
Increase default request timeout
v1.0.5 Increase default request timeout
Rename PodcastApiClient class to Client
v1.0.4 Rename PodcastApiClient
Update README.md
v1.0.3 Update README.md
Add more unit tests and update README.md
v1.0.2 Add testFetchCuratedPodcastsLists