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


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

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)


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

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)


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

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)


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

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)


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

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