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


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

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

Instance Method Details

#appObject

Parameters:

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

Returns:

  • (Object)


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

def app: (?id: String, ?app_id: String, ?country: String, ?lang: String, ?ratings: 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)


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

def developer: (?dev_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)


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

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)


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

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)


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

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)


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

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)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def search: (?term: String, ?num: Integer, ?page: Integer, ?country: String, ?lang: String, ?ids_only: bool, ?_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)


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

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)


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

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)


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

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