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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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