Class: Crawlora::UsageGroup

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

Instance Method Summary collapse

Constructor Details

#initializeUsageGroup

Returns a new instance of UsageGroup.

Parameters:

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


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

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

Instance Method Details

#me_endpointsObject

Parameters:

  • range: ("period", "day", "week", "month", "custom")
  • limit: (Integer)
  • from: (String)
  • to: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_endpoints: (?range: "period" | "day" | "week" | "month" | "custom", ?limit: Integer, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#me_overviewObject

Parameters:

  • range: ("period", "day", "week", "month", "custom")
  • from: (String)
  • to: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_overview: (?range: "period" | "day" | "week" | "month" | "custom", ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#me_recent_ipsObject

Parameters:

  • range: ("period", "day", "week", "month", "custom")
  • limit: (Integer)
  • from: (String)
  • to: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_recent_ips: (?range: "period" | "day" | "week" | "month" | "custom", ?limit: Integer, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#me_timeseriesObject

Parameters:

  • range: ("period", "day", "week", "month", "custom")
  • bucket: ("hour", "day")
  • endpoint: (String)
  • from: (String)
  • to: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


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

def me_timeseries: (?range: "period" | "day" | "week" | "month" | "custom", ?bucket: "hour" | "day", ?endpoint: String, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped