Class: Crawlora::RedditGroup
- Inherits:
-
Object
- Object
- Crawlora::RedditGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #comments ⇒ Object
- #domain_posts ⇒ Object
-
#initialize ⇒ RedditGroup
constructor
A new instance of RedditGroup.
- #post ⇒ Object
- #search ⇒ Object
- #subreddit_about ⇒ Object
- #subreddit_comments ⇒ Object
- #subreddit_posts ⇒ Object
- #subreddits_posts ⇒ Object
- #trends ⇒ Object
- #user_comments ⇒ Object
- #user_posts ⇒ Object
Constructor Details
#initialize ⇒ RedditGroup
Returns a new instance of RedditGroup.
763 |
# File 'sig/crawlora.rbs', line 763
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#comments ⇒ Object
764 |
# File 'sig/crawlora.rbs', line 764
def comments: (?id: String, ?sort: "confidence" | "top" | "new" | "controversial" | "old" | "qa", ?limit: Integer, ?depth: Integer, ?include_metrics: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#domain_posts ⇒ Object
765 |
# File 'sig/crawlora.rbs', line 765
def domain_posts: (?domain: String, ?sort: "hot" | "new" | "top" | "rising", ?time: "hour" | "day" | "week" | "month" | "year" | "all", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#post ⇒ Object
766 |
# File 'sig/crawlora.rbs', line 766
def post: (?id: String, ?include_metrics: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
767 |
# File 'sig/crawlora.rbs', line 767
def search: (?q: String, ?subreddit: String, ?sort: "relevance" | "hot" | "new" | "top" | "comments", ?time: "hour" | "day" | "week" | "month" | "year" | "all", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#subreddit_about ⇒ Object
768 |
# File 'sig/crawlora.rbs', line 768
def subreddit_about: (?subreddit: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#subreddit_comments ⇒ Object
769 |
# File 'sig/crawlora.rbs', line 769
def subreddit_comments: (?subreddit: String, ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#subreddit_posts ⇒ Object
770 |
# File 'sig/crawlora.rbs', line 770
def subreddit_posts: (?subreddit: String, ?sort: "hot" | "new" | "top" | "rising", ?time: "hour" | "day" | "week" | "month" | "year" | "all", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#subreddits_posts ⇒ Object
771 |
# File 'sig/crawlora.rbs', line 771
def subreddits_posts: (?subreddits: String, ?sort: "hot" | "new" | "top" | "rising", ?time: "hour" | "day" | "week" | "month" | "year" | "all", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#trends ⇒ Object
772 |
# File 'sig/crawlora.rbs', line 772
def trends: (?sort: "hot" | "new" | "rising" | "top", ?time: "hour" | "day" | "week" | "month" | "year" | "all", ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_comments ⇒ Object
773 |
# File 'sig/crawlora.rbs', line 773
def user_comments: (?username: String, ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#user_posts ⇒ Object
774 |
# File 'sig/crawlora.rbs', line 774
def user_posts: (?username: String, ?limit: Integer, ?after: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|