class Tmdb::Resource

Included Modules

Defined in:

resource.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tmdb::Cacheable

cache_aware(key : String, skip : Bool = false, &) cache_aware

Constructor Detail

def self.new(query_url : String, params : NamedTuple) #

[View source]
def self.new(query_url : String, params : Hash(Symbol, String)) #

[View source]
def self.new(query_url : String) #

[View source]

Instance Method Detail

def api : Api #

[View source]
def get(skip_cache : Bool = false) #

[View source]
def params : Hash(Symbol, String) #

[View source]
def query_url : String #

[View source]