Class: Crawlora::ProductHuntGroup
- Inherits:
-
Object
- Object
- Crawlora::ProductHuntGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #about ⇒ Object
- #alternatives ⇒ Object
- #category ⇒ Object
- #category_products ⇒ Object
- #customers ⇒ Object
-
#initialize ⇒ ProductHuntGroup
constructor
A new instance of ProductHuntGroup.
- #launches ⇒ Object
- #leaderboard ⇒ Object
- #makers ⇒ Object
- #product ⇒ Object
- #reviews ⇒ Object
- #search ⇒ Object
Constructor Details
#initialize ⇒ ProductHuntGroup
Returns a new instance of ProductHuntGroup.
769 |
# File 'sig/crawlora.rbs', line 769
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#about ⇒ Object
774 |
# File 'sig/crawlora.rbs', line 774
def about: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#alternatives ⇒ Object
775 |
# File 'sig/crawlora.rbs', line 775
def alternatives: (?id: String, ?first: Integer, ?cursor: String, ?order: String, ?tags: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category ⇒ Object
770 |
# File 'sig/crawlora.rbs', line 770
def category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
771 |
# File 'sig/crawlora.rbs', line 771
def category_products: (?slug: String, ?cursor: String, ?page_size: Integer, ?featured_only: bool, ?order: String, ?page: Integer, ?tags: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#customers ⇒ Object
776 |
# File 'sig/crawlora.rbs', line 776
def customers: (?id: String, ?order: "customers" | "latest_launch", ?page: Integer, ?page_size: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#launches ⇒ Object
777 |
# File 'sig/crawlora.rbs', line 777
def launches: (?id: String, ?cursor: String, ?order: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#leaderboard ⇒ Object
772 |
# File 'sig/crawlora.rbs', line 772
def leaderboard: (?scope: "daily" | "weekly" | "monthly" | "yearly", ?date: String, ?year: Integer, ?month: Integer, ?day: Integer, ?week: Integer, ?featured: bool, ?order: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#makers ⇒ Object
778 |
# File 'sig/crawlora.rbs', line 778
def makers: (?id: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
773 |
# File 'sig/crawlora.rbs', line 773
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
779 |
# File 'sig/crawlora.rbs', line 779
def reviews: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
780 |
# File 'sig/crawlora.rbs', line 780
def search: (?query: String, ?type: "product" | "user" | "launch", ?page: Integer, ?featured: bool, ?topics: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|