Class: Crawlora::TwitchGroup
- Inherits:
-
Object
- Object
- Crawlora::TwitchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #channel ⇒ Object
- #clips ⇒ Object
-
#initialize ⇒ TwitchGroup
constructor
A new instance of TwitchGroup.
- #schedule ⇒ Object
- #search ⇒ Object
- #streams ⇒ Object
- #team ⇒ Object
- #top_games ⇒ Object
- #videos ⇒ Object
- #vod_comments ⇒ Object
Constructor Details
#initialize ⇒ TwitchGroup
Returns a new instance of TwitchGroup.
1389 |
# File 'sig/crawlora.rbs', line 1389
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#channel ⇒ Object
1390 |
# File 'sig/crawlora.rbs', line 1390
def channel: (?login: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#clips ⇒ Object
1391 |
# File 'sig/crawlora.rbs', line 1391
def clips: (?login: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#schedule ⇒ Object
1392 |
# File 'sig/crawlora.rbs', line 1392
def schedule: (?channel: String, ?weeks: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1393 |
# File 'sig/crawlora.rbs', line 1393
def search: (?query: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#streams ⇒ Object
1394 |
# File 'sig/crawlora.rbs', line 1394
def streams: (?game: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team ⇒ Object
1395 |
# File 'sig/crawlora.rbs', line 1395
def team: (?team: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#top_games ⇒ Object
1396 |
# File 'sig/crawlora.rbs', line 1396
def top_games: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#videos ⇒ Object
1397 |
# File 'sig/crawlora.rbs', line 1397
def videos: (?login: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#vod_comments ⇒ Object
1398 |
# File 'sig/crawlora.rbs', line 1398
def vod_comments: (?video: String, ?offset: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|