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.
1995 |
# File 'sig/crawlora.rbs', line 1995
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#article ⇒ Object
1996 |
# File 'sig/crawlora.rbs', line 1996
def article: (?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
1997 |
# File 'sig/crawlora.rbs', line 1997
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
1999 |
# File 'sig/crawlora.rbs', line 1999
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
1998 |
# File 'sig/crawlora.rbs', line 1998
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
2000 |
# File 'sig/crawlora.rbs', line 2000
def home: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#suggest ⇒ Object
2001 |
# File 'sig/crawlora.rbs', line 2001
def suggest: (?q: String, ?count: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|