Class: Crawlora::YahooNewsGroup
- Inherits:
-
Object
- Object
- Crawlora::YahooNewsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #article ⇒ Object
- #category ⇒ Object
- #comment_replies ⇒ Object
- #comments ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ YahooNewsGroup
constructor
A new instance of YahooNewsGroup.
- #suggest ⇒ Object
Constructor Details
#initialize ⇒ YahooNewsGroup
Returns a new instance of YahooNewsGroup.
1572 |
# File 'sig/crawlora.rbs', line 1572
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
1573 |
# File 'sig/crawlora.rbs', line 1573
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1574 |
# File 'sig/crawlora.rbs', line 1574
def category: (?category: "us" | "world" | "politics" | "science" | "weather-news" | "originals", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#comment_replies ⇒ Object
1576 |
# File 'sig/crawlora.rbs', line 1576
def comment_replies: (?content_id: String, ?comment_id: String, ?sort: "newest" | "oldest", ?cursor: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#comments ⇒ Object
1575 |
# File 'sig/crawlora.rbs', line 1575
def comments: (?content_id: String, ?sort: "top" | "popular" | "newest" | "oldest", ?cursor: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
1577 |
# File 'sig/crawlora.rbs', line 1577
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
1578 |
# File 'sig/crawlora.rbs', line 1578
def suggest: (?q: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|