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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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