Class: PodcastIndex::Api::Stats
- Inherits:
-
Object
- Object
- PodcastIndex::Api::Stats
- Extended by:
- Request
- Defined in:
- lib/podcast_index/api/stats.rb
Class Method Summary collapse
Methods included from Request
Class Method Details
.current ⇒ Object
7 8 9 10 |
# File 'lib/podcast_index/api/stats.rb', line 7 def current response = get("/stats/current", pretty: false) JSON.parse(response.body) end |