Class: Crawlora::AppStoreGroup

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

Instance Method Summary collapse

Constructor Details

#initializeAppStoreGroup

Returns a new instance of AppStoreGroup.

Parameters:

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


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

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

Instance Method Details

#appObject

Parameters:

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

Returns:

  • (Object)


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

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

#developerObject

Parameters:

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

Returns:

  • (Object)


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

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

#editorialObject

Parameters:

  • device: ("iphone", "ipad", "mac", "vision", "watch", "tv")
  • section: ("main", "arcade")
  • country: (String)
  • lang: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def editorial: (?device: "iphone" | "ipad" | "mac" | "vision" | "watch" | "tv", ?section: "main" | "arcade", ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#editorial_categoryObject

Parameters:

  • device: ("iphone", "ipad", "mac", "vision", "watch", "tv")
  • category_id: (String)
  • country: (String)
  • lang: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def editorial_category: (?device: "iphone" | "ipad" | "mac" | "vision" | "watch" | "tv", ?category_id: String, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#listObject

Parameters:

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

Returns:

  • (Object)


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

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

#privacyObject

Parameters:

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

Returns:

  • (Object)


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

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

#ratingsObject

Parameters:

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

Returns:

  • (Object)


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

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

#reviewsObject

Parameters:

  • id: (String)
  • app_id: (String)
  • country: (String)
  • page: (Integer)
  • sort: ("mostRecent", "mostHelpful")
  • lang: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def reviews: (?id: String, ?app_id: String, ?country: String, ?page: Integer, ?sort: "mostRecent" | "mostHelpful", ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#searchObject

Parameters:

  • term: (String)
  • num: (Integer)
  • page: (Integer)
  • country: (String)
  • lang: (String)
  • ids_only: (Boolean)
  • platform: ("phone", "pad", "mac")
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?term: String, ?num: Integer, ?page: Integer, ?country: String, ?lang: String, ?ids_only: bool, ?platform: "phone" | "pad" | "mac", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#similarObject

Parameters:

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

Returns:

  • (Object)


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

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

#suggestObject

Parameters:

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

Returns:

  • (Object)


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

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

#version_historyObject

Parameters:

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

Returns:

  • (Object)


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

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