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.
429 |
# File 'sig/crawlora.rbs', line 429
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#about ⇒ Object
434 |
# File 'sig/crawlora.rbs', line 434
def about: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#alternatives ⇒ Object
435 |
# File 'sig/crawlora.rbs', line 435
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
430 |
# File 'sig/crawlora.rbs', line 430
def category: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#category_products ⇒ Object
431 |
# File 'sig/crawlora.rbs', line 431
def category_products: (?slug: String, ?featured_only: bool, ?order: String, ?page: Integer, ?page_size: Integer, ?tags: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#customers ⇒ Object
436 |
# File 'sig/crawlora.rbs', line 436
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
437 |
# File 'sig/crawlora.rbs', line 437
def launches: (?id: String, ?cursor: String, ?order: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#leaderboard ⇒ Object
432 |
# File 'sig/crawlora.rbs', line 432
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
438 |
# File 'sig/crawlora.rbs', line 438
def makers: (?id: String, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#product ⇒ Object
433 |
# File 'sig/crawlora.rbs', line 433
def product: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#reviews ⇒ Object
439 |
# File 'sig/crawlora.rbs', line 439
def reviews: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
440 |
# File 'sig/crawlora.rbs', line 440
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
|