Class: Crawlora::TmdbGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeTmdbGroup

Returns a new instance of TmdbGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


916
# File 'sig/crawlora.rbs', line 916

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#movieObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


918
# File 'sig/crawlora.rbs', line 918

def movie: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#movie_listObject

Parameters:

  • category: ("popular", "top_rated", "now_playing", "upcoming")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


917
# File 'sig/crawlora.rbs', line 917

def movie_list: (?category: "popular" | "top_rated" | "now_playing" | "upcoming", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#personObject

Parameters:

  • id: (String)
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


919
# File 'sig/crawlora.rbs', line 919

def person: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • query: (String)
  • type: ("movie", "tv", "person")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


920
# File 'sig/crawlora.rbs', line 920

def search: (?query: String, ?type: "movie" | "tv" | "person", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tvObject

Parameters:

  • id: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


922
# File 'sig/crawlora.rbs', line 922

def tv: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tv_listObject

Parameters:

  • category: ("popular", "top_rated", "airing_today", "on_the_air")
  • limit: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


921
# File 'sig/crawlora.rbs', line 921

def tv_list: (?category: "popular" | "top_rated" | "airing_today" | "on_the_air", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped