class Mdex::Endpoints::Chapter

Defined in:

endpoints/chapter.cr

Class Method Summary

Class methods inherited from class Mdex::Endpoint

check_data check_data, data data, display_data(html) display_data, display_error(error_code : Int32 = 404, error_message : String = "") display_error, error_criteria error_criteria, get(path : String) get, html html, initialize_data initialize_data, parse_float(str : String, remove_whitespace : String | Bool = false) : Float64 parse_float, parse_int(str : String, remove_whitespace : String | Bool = false) : Int32 parse_int, parse_path(str : String) parse_path, response response, use_parser=(value : Bool = true) use_parser=

Class Method Detail

def self.check_data #

[View source]
def self.display_data #

[View source]
def self.get(id : Int32) #

[View source]
def self.insert_ids(data) #

[View source]
def self.parse_and_insert_data(data, json) #

[View source]