Class: Crawlora::ChromeWebStoreGroup

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

Instance Method Summary collapse

Constructor Details

#initializeChromeWebStoreGroup

Returns a new instance of ChromeWebStoreGroup.

Parameters:

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


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

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

Instance Method Details

#chromewebstore_categoriesObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_categoryObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_chartsObject

Parameters:

  • chart: ("trending", "popular", "notable")
  • num: (Integer)
  • country: (String)
  • lang: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def chromewebstore_charts: (?chart: "trending" | "popular" | "notable", ?num: Integer, ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chromewebstore_collectionObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_developerObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_itemObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_permissionsObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_privacyObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_reviewsObject

Parameters:

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

Returns:

  • (Object)


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

def chromewebstore_reviews: (?id: String, ?num: Integer, ?sort: "recent" | "helpful", ?country: String, ?lang: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#chromewebstore_searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_similarObject

Parameters:

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

Returns:

  • (Object)


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

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

#chromewebstore_suggestObject

Parameters:

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

Returns:

  • (Object)


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

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