class OpenLibrary

Defined in:

cover.cr

Constructors

Instance methods inherited from class Provider

add_to_db(isbn : String, url : String) add_to_db, finalize finalize, get_api(isbn : String) get_api, get_db(isbn : String) get_db

Constructor methods inherited from class Provider

new(server : String, prefix : String, suffix : String, image_tag : String, dbname : String, table : String) new

Constructor Detail

def self.new(db : String) #

[View source]