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.
718 |
# File 'sig/crawlora.rbs', line 718
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#about ⇒ Object
723 |
# File 'sig/crawlora.rbs', line 723
def about: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#alternatives ⇒ Object
724 |
# File 'sig/crawlora.rbs', line 724
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
719 |
# File 'sig/crawlora.rbs', line 719
def category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
720 |
# File 'sig/crawlora.rbs', line 720
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
725 |
# File 'sig/crawlora.rbs', line 725
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
726 |
# File 'sig/crawlora.rbs', line 726
def launches: (?id: String, ?cursor: String, ?order: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#leaderboard ⇒ Object
721 |
# File 'sig/crawlora.rbs', line 721
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
727 |
# File 'sig/crawlora.rbs', line 727
def makers: (?id: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
722 |
# File 'sig/crawlora.rbs', line 722
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
728 |
# File 'sig/crawlora.rbs', line 728
def reviews: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
729 |
# File 'sig/crawlora.rbs', line 729
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
|