Class: Crawlora::KickstarterGroup
- Inherits:
-
Object
- Object
- Crawlora::KickstarterGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #comments ⇒ Object
- #discover ⇒ Object
-
#initialize ⇒ KickstarterGroup
constructor
A new instance of KickstarterGroup.
- #project ⇒ Object
- #updates ⇒ Object
Constructor Details
#initialize ⇒ KickstarterGroup
Returns a new instance of KickstarterGroup.
1012 |
# File 'sig/crawlora.rbs', line 1012
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#comments ⇒ Object
1013 |
# File 'sig/crawlora.rbs', line 1013
def comments: (?creator: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#discover ⇒ Object
1014 |
# File 'sig/crawlora.rbs', line 1014
def discover: (?category_id: Integer, ?term: String, ?sort: "magic" | "popularity" | "newest" | "end_date" | "most_funded", ?page: Integer, ?state: Array["upcoming" | "live" | "late_pledge" | "canceled" | "failed" | "successful"], ?staff_pick_only: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#project ⇒ Object
1015 |
# File 'sig/crawlora.rbs', line 1015
def project: (?creator: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#updates ⇒ Object
1016 |
# File 'sig/crawlora.rbs', line 1016
def updates: (?creator: String, ?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|