Class: Crawlora::GooglePlayGroup

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

Instance Method Summary collapse

Constructor Details

#initializeGooglePlayGroup

Returns a new instance of GooglePlayGroup.

Parameters:

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


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

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

Instance Method Details

#appObject

Parameters:

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

Returns:

  • (Object)


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

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

#categoriesObject

Parameters:

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

Returns:

  • (Object)


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

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

#datasafetyObject

Parameters:

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

Returns:

  • (Object)


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

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

#developerObject

Parameters:

  • dev_id: (String)
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • full_detail: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def developer: (?dev_id: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#listObject

Parameters:

  • collection: ("TOP_FREE", "TOP_PAID", "GROSSING", "NEW_FREE", "NEW_PAID")
  • category: (String)
  • device: ("phone", "tablet", "tv", "chromebook", "watch", "xr", "car")
  • age: (String)
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • full_detail: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def list: (?collection: "TOP_FREE" | "TOP_PAID" | "GROSSING" | "NEW_FREE" | "NEW_PAID", ?category: String, ?device: "phone" | "tablet" | "tv" | "chromebook" | "watch" | "xr" | "car", ?age: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#permissionsObject

Parameters:

  • app_id: (String)
  • country: (String)
  • lang: (String)
  • short: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def permissions: (?app_id: String, ?country: String, ?lang: String, ?short: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#ratingsObject

Parameters:

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

Returns:

  • (Object)


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

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

#reviewsObject

Parameters:

  • app_id: (String)
  • sort: ("helpfulness", "newest", "rating")
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • paginate: (Boolean)
  • next_pagination_token: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def reviews: (?app_id: String, ?sort: "helpfulness" | "newest" | "rating", ?num: Integer, ?country: String, ?lang: String, ?paginate: bool, ?next_pagination_token: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • term: (String)
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • full_detail: (Boolean)
  • price: ("all", "free", "paid")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?term: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?price: "all" | "free" | "paid", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#similarObject

Parameters:

  • app_id: (String)
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • full_detail: (Boolean)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def similar: (?app_id: String, ?num: Integer, ?country: String, ?lang: String, ?full_detail: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#suggestObject

Parameters:

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

Returns:

  • (Object)


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

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