Class: Crawlora::TrustpilotGroup

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

Instance Method Summary collapse

Constructor Details

#initializeTrustpilotGroup

Returns a new instance of TrustpilotGroup.

Parameters:

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


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

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

Instance Method Details

#businessObject

Parameters:

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

Returns:

  • (Object)


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

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

Parameters:

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

Returns:

  • (Object)


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

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

#business_reviewsObject

Parameters:

  • slug: (String)
  • page: (Integer)
  • stars: (Integer)
  • verified: (Boolean)
  • replied: (Boolean)
  • language: (String)
  • q: (String)
  • date_from: (String)
  • date_to: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def business_reviews: (?slug: String, ?page: Integer, ?stars: Integer, ?verified: bool, ?replied: bool, ?language: String, ?q: String, ?date_from: String, ?date_to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#business_searchObject

Parameters:

  • q: (String)
  • country: (String)
  • page: (Integer)
  • page_size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def business_search: (?q: String, ?country: String, ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#categoriesObject

Parameters:

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

Returns:

  • (Object)


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

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

#categoryObject

Parameters:

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

Returns:

  • (Object)


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

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

#category_searchObject

Parameters:

  • q: (String)
  • country: (String)
  • locale: (String)
  • size: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def category_search: (?q: String, ?country: String, ?locale: String, ?size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped