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