Skip to content

Releases: ListenNotes/podcast-api-ruby

Add new endpoint search_episode_titles

Choose a tag to compare

@wenbinf wenbinf released this 08 Sep 16:57

New endpoint: search_episode_titles

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 fetch_podcasts_by_domain

Choose a tag to compare

@wenbinf wenbinf released this 18 Apr 15:39
v1.1.5

Add new endpoint fetch_podcasts_by_domain

Add fetch_audience_for_podcast function.

Choose a tag to compare

@wenbinf wenbinf released this 28 Jul 15:35
v1.1.4

Lock httparty version.

Update error message for HTTP 429.

Choose a tag to compare

@wenbinf wenbinf released this 10 Mar 19:16
v1.1.1

Update error message for HTTP 429.

New endpoints: spellcheck, trending_searches, and related_searches.

Choose a tag to compare

@wenbinf wenbinf released this 26 Oct 05:58
6fafa18
v1.1.0

Update ruby.yml

Add more unit tests

Choose a tag to compare

@wenbinf wenbinf released this 02 May 00:26
v1.0.3

Update README.md

Added some unit tests and travis CI

Choose a tag to compare

@wenbinf wenbinf released this 30 Apr 20:55
v1.0.2

Add travis badge to README.md

Initial release

Choose a tag to compare

@wenbinf wenbinf released this 29 Apr 06:02

The very first release of Ruby SDK for the Listen Notes Podcast API