Sha256: 97e42d69bc5c580cd63ddeb3c0ee1e825cc452c3fbf6fb1518e9c5d47f2c7b52
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
module PodcastIndex module Api class Categories extend Request class << self def list response = get("/categories/list", pretty: false) JSON.parse(response.body) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
podcast_index-0.5.0 | lib/podcast_index/api/categories.rb |
podcast_index-0.4.0 | lib/podcast_index/api/categories.rb |