module Tmdb

Defined in:

alternative_title.cr
external_id.cr
resource.cr
tmdb.cr

Constant Summary

VERSION = (`cat VERSION`).strip

Class Method Summary

Class Method Detail

def self.api : Api #

[View source]
def self.configure(&) #

[View source]
def self.parse_date(data : JSON::Any) : Time | Nil #

[View source]
def self.resilient_parse_float64(data : JSON::Any) : Float64 #

[View source]
def self.resilient_parse_int32(data : JSON::Any) : Int32 #

[View source]
def self.resilient_parse_int64(data : JSON::Any) : Int64 #

[View source]