module Mdex::API

Direct including types

Defined in:

api.cr

Instance Method Summary

Instance Method Detail

def chapter(id : Int32) : String #

[View source]
def genre(id : Int32) : String #

[View source]
def group(id : Int32) : String #

[View source]
def manga(id : Int32, title_slug : String = "", page_number : Int32 = 1, chapters_only : Bool = false) : String #

[View source]
def search(query : String, options : Hash(String, String) = {} of String => String, fields_only : Bool = false) : String #

[View source]
def updates(page_number : Int32 = 1) : String #

[View source]
def user(id : Int32) : String #

[View source]