Class: Crawlora::MetacriticGroup

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

Instance Method Summary collapse

Constructor Details

#initializeMetacriticGroup

Returns a new instance of MetacriticGroup.

Parameters:

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


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

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

Instance Method Details

#browseObject

Parameters:

  • type: ("game", "movie", "tv")
  • genre: (String)
  • sort: ("score", "popularity", "release_date", "oldest")
  • page: (Integer)
  • per_page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def browse: (?type: "game" | "movie" | "tv", ?genre: String, ?sort: "score" | "popularity" | "release_date" | "oldest", ?page: Integer, ?per_page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#gameObject

Parameters:

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

Returns:

  • (Object)


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

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

#game_critic_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "publication")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def game_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#game_user_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "helpful")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def game_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#movieObject

Parameters:

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

Returns:

  • (Object)


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

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

#movie_critic_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "publication")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def movie_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#movie_user_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "helpful")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def movie_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tvObject

Parameters:

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

Returns:

  • (Object)


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

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

#tv_critic_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "publication")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def tv_critic_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "publication", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#tv_user_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • per_page: (Integer)
  • sort: ("date", "score", "helpful")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def tv_user_reviews: (?slug: String, ?page: Integer, ?per_page: Integer, ?sort: "date" | "score" | "helpful", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped