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


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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