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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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