Module: PodcastIndex
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/podcast_index/podcast.rb,
lib/podcast_index.rb,
lib/podcast_index/stats.rb,
lib/podcast_index/value.rb,
lib/podcast_index/episode.rb,
lib/podcast_index/version.rb,
lib/podcast_index/category.rb,
lib/podcast_index/api/stats.rb,
lib/podcast_index/api/value.rb,
lib/podcast_index/soundbite.rb,
lib/podcast_index/api/recent.rb,
lib/podcast_index/api/search.rb,
lib/podcast_index/api/request.rb,
lib/podcast_index/api/episodes.rb,
lib/podcast_index/api/podcasts.rb,
lib/podcast_index/api/categories.rb
Overview
rubocop:disable Metrics/ParameterLists
Defined Under Namespace
Modules: Api Classes: Category, CategoryNotFound, Episode, Error, Podcast, PodcastNotFound, Soundbite, Stats, Value
Constant Summary collapse
- VERSION =
"0.5.0".freeze
Class Method Summary collapse
Class Method Details
.configure ⇒ Object
31 32 33 34 |
# File 'lib/podcast_index.rb', line 31 def self.configure self.base_url = "https://api.podcastindex.org/api/1.0".freeze super end |