Class: Crawlora::SteamGroup

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

Instance Method Summary collapse

Constructor Details

#initializeSteamGroup

Returns a new instance of SteamGroup.

Parameters:

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


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

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

Instance Method Details

#achievementsObject

Parameters:

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

Returns:

  • (Object)


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

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

#appObject

Parameters:

  • appid: (String)
  • cc: (String)
  • l: (String)
  • filters: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def app: (?appid: String, ?cc: String, ?l: String, ?filters: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

Parameters:

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

Returns:

  • (Object)


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

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

Parameters:

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

Returns:

  • (Object)


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

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

#newsObject

Parameters:

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

Returns:

  • (Object)


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

def news: (?appid: String, ?count: Integer, ?maxlength: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#packageObject

Parameters:

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

Returns:

  • (Object)


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

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

#playersObject

Parameters:

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

Returns:

  • (Object)


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

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

#reviewsObject

Parameters:

  • appid: (String)
  • filter: ("recent", "updated", "all")
  • language: (String)
  • review_type: ("all", "positive", "negative")
  • purchase_type: ("all", "steam", "non_steam_purchase")
  • day_range: (Integer)
  • num_per_page: (Integer)
  • cursor: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def reviews: (?appid: String, ?filter: "recent" | "updated" | "all", ?language: String, ?review_type: "all" | "positive" | "negative", ?purchase_type: "all" | "steam" | "non_steam_purchase", ?day_range: Integer, ?num_per_page: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#reviews_histogramObject

Parameters:

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

Returns:

  • (Object)


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

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

#searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#search_resultsObject

Parameters:

  • term: (String)
  • start: (Integer)
  • count: (Integer)
  • sort_by: ("Relevance", "Released_DESC", "Name_ASC", "Price_ASC", "Price_DESC", "Reviews_DESC")
  • cc: (String)
  • l: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search_results: (?term: String, ?start: Integer, ?count: Integer, ?sort_by: "Relevance" | "Released_DESC" | "Name_ASC" | "Price_ASC" | "Price_DESC" | "Reviews_DESC", ?cc: String, ?l: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#steamspyObject

Parameters:

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

Returns:

  • (Object)


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

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