module Mdex::API
Direct including types
Defined in:
api.crInstance Method Summary
- #chapter(id : Int32) : String
- #genre(id : Int32) : String
- #group(id : Int32) : String
- #manga(id : Int32, title_slug : String = "", page_number : Int32 = 1, chapters_only : Bool = false) : String
- #search(query : String, options : Hash(String, String) = {} of String => String, fields_only : Bool = false) : String
- #updates(page_number : Int32 = 1) : String
- #user(id : Int32) : String
Instance Method Detail
def manga(id : Int32, title_slug : String = "", page_number : Int32 = 1, chapters_only : Bool = false) : String
#
def search(query : String, options : Hash(String, String) = {} of String => String, fields_only : Bool = false) : String
#