class MangaPlus::Api::AllTitlesView

Constants

URL

Public Instance Methods

call() click to toggle source
# File lib/manga_plus/api.rb, line 40
def call
  protobuf = HTTParty.get(URL).body
  response = MangaPlus::Response.decode(protobuf).to_h
  response.dig(:success, :allTitlesView)
end