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])


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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