Class: Crawlora::PolymarketGroup
- Inherits:
-
Object
- Object
- Crawlora::PolymarketGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #activity_trades ⇒ Object
- #clob_market ⇒ Object
- #dashboard_macro ⇒ Object
- #data_followers ⇒ Object
- #data_following ⇒ Object
- #data_follows_counts ⇒ Object
- #event_activity ⇒ Object
- #event_activity_by_id ⇒ Object
- #event_detail ⇒ Object
- #event_detail_by_id ⇒ Object
- #event_tags ⇒ Object
- #events ⇒ Object
- #events_similar ⇒ Object
- #fee_types ⇒ Object
- #games ⇒ Object
- #homepage_feed ⇒ Object
-
#initialize ⇒ PolymarketGroup
constructor
A new instance of PolymarketGroup.
- #leaderboard ⇒ Object
- #market_activity_by_condition ⇒ Object
- #market_clarifications ⇒ Object
- #market_detail ⇒ Object
- #market_detail_by_condition ⇒ Object
- #market_detail_by_slug ⇒ Object
- #market_liquidity ⇒ Object
- #market_liquidity_by_condition ⇒ Object
- #market_liquidity_by_slug ⇒ Object
- #market_tags ⇒ Object
- #markets ⇒ Object
- #predictions ⇒ Object
- #related_tag_rows ⇒ Object
- #related_tag_rows_by_slug ⇒ Object
- #related_tags ⇒ Object
- #related_tags_by_slug ⇒ Object
- #rewards_market ⇒ Object
- #rewards_markets ⇒ Object
- #search ⇒ Object
- #sport ⇒ Object
- #sport_external_partner ⇒ Object
- #sport_external_partners ⇒ Object
- #sports ⇒ Object
- #sports_by_partner ⇒ Object
- #sports_market_types ⇒ Object
- #sports_summary ⇒ Object
- #spotlight ⇒ Object
- #spotlights ⇒ Object
- #spotlights_keyset ⇒ Object
- #status ⇒ Object
- #tag ⇒ Object
- #tag_by_slug ⇒ Object
- #tags ⇒ Object
- #team ⇒ Object
- #team_external_partner ⇒ Object
- #team_external_partners ⇒ Object
- #teams ⇒ Object
- #teams_by_partner ⇒ Object
- #token_midpoint ⇒ Object
- #token_orderbook ⇒ Object
- #token_price ⇒ Object
- #token_price_history ⇒ Object
- #token_spread ⇒ Object
- #tokens_midpoints ⇒ Object
- #tokens_orderbooks ⇒ Object
- #tokens_prices ⇒ Object
- #tokens_spreads ⇒ Object
- #tournament ⇒ Object
- #tournaments ⇒ Object
Constructor Details
#initialize ⇒ PolymarketGroup
Returns a new instance of PolymarketGroup.
585 |
# File 'sig/crawlora.rbs', line 585
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activity_trades ⇒ Object
586 |
# File 'sig/crawlora.rbs', line 586
def activity_trades: (?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?event_id: String, ?market: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#clob_market ⇒ Object
587 |
# File 'sig/crawlora.rbs', line 587
def clob_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#dashboard_macro ⇒ Object
588 |
# File 'sig/crawlora.rbs', line 588
def dashboard_macro: (?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#data_followers ⇒ Object
589 |
# File 'sig/crawlora.rbs', line 589
def data_followers: (?address: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#data_following ⇒ Object
590 |
# File 'sig/crawlora.rbs', line 590
def data_following: (?address: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#data_follows_counts ⇒ Object
591 |
# File 'sig/crawlora.rbs', line 591
def data_follows_counts: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_activity ⇒ Object
595 |
# File 'sig/crawlora.rbs', line 595
def event_activity: (?slug: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_activity_by_id ⇒ Object
593 |
# File 'sig/crawlora.rbs', line 593
def event_activity_by_id: (?id: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_detail ⇒ Object
594 |
# File 'sig/crawlora.rbs', line 594
def event_detail: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_detail_by_id ⇒ Object
592 |
# File 'sig/crawlora.rbs', line 592
def event_detail_by_id: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_tags ⇒ Object
598 |
# File 'sig/crawlora.rbs', line 598
def event_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#events ⇒ Object
596 |
# File 'sig/crawlora.rbs', line 596
def events: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: bool, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#events_similar ⇒ Object
597 |
# File 'sig/crawlora.rbs', line 597
def events_similar: (?id: Integer, ?event_title: String, ?event_slug: String, ?market_title: String, ?market_slug: String, ?limit: Integer, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#fee_types ⇒ Object
599 |
# File 'sig/crawlora.rbs', line 599
def fee_types: (?active: "true" | "false", ?search: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#games ⇒ Object
600 |
# File 'sig/crawlora.rbs', line 600
def games: (?sport: String, ?ticker: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homepage_feed ⇒ Object
601 |
# File 'sig/crawlora.rbs', line 601
def homepage_feed: (?feed: "trending" | "breaking" | "new" | "politics" | "sports" | "crypto" | "esports" | "iran" | "finance" | "geopolitics" | "tech" | "culture" | "economy" | "weather" | "mentions" | "elections", ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#leaderboard ⇒ Object
602 |
# File 'sig/crawlora.rbs', line 602
def leaderboard: (?window: "1d" | "7d" | "30d" | "all", ?sort_by: "profit" | "volume", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_activity_by_condition ⇒ Object
605 |
# File 'sig/crawlora.rbs', line 605
def market_activity_by_condition: (?condition_id: String, ?limit: Integer, ?offset: Integer, ?taker_only: "true" | "false", ?filter_type: "CASH", ?filter_amount: "1" | "5" | "10" | "100" | "1000" | "10000" | "100000", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_clarifications ⇒ Object
603 |
# File 'sig/crawlora.rbs', line 603
def market_clarifications: (?market_id: String, ?event_id: String, ?state: String, ?question_id: String, ?tx_hash: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_detail ⇒ Object
609 |
# File 'sig/crawlora.rbs', line 609
def market_detail: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_detail_by_condition ⇒ Object
604 |
# File 'sig/crawlora.rbs', line 604
def market_detail_by_condition: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_detail_by_slug ⇒ Object
607 |
# File 'sig/crawlora.rbs', line 607
def market_detail_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_liquidity ⇒ Object
610 |
# File 'sig/crawlora.rbs', line 610
def market_liquidity: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_liquidity_by_condition ⇒ Object
606 |
# File 'sig/crawlora.rbs', line 606
def market_liquidity_by_condition: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_liquidity_by_slug ⇒ Object
608 |
# File 'sig/crawlora.rbs', line 608
def market_liquidity_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_tags ⇒ Object
611 |
# File 'sig/crawlora.rbs', line 611
def market_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#markets ⇒ Object
612 |
# File 'sig/crawlora.rbs', line 612
def markets: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: bool, ?closed: "true" | "false", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#predictions ⇒ Object
613 |
# File 'sig/crawlora.rbs', line 613
def predictions: (?status: "active" | "resolved" | "all", ?sort: "competitive" | "volume" | "volume_24hr" | "ending_soon" | "liquidity" | "newest" | "closed_time", ?tag: String, ?recurrence: "hourly" | "daily" | "weekly" | "monthly" | "yearly", ?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#related_tag_rows ⇒ Object
633 |
# File 'sig/crawlora.rbs', line 633
def related_tag_rows: (?id: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#related_tag_rows_by_slug ⇒ Object
630 |
# File 'sig/crawlora.rbs', line 630
def related_tag_rows_by_slug: (?slug: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#related_tags ⇒ Object
632 |
# File 'sig/crawlora.rbs', line 632
def related_tags: (?id: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#related_tags_by_slug ⇒ Object
629 |
# File 'sig/crawlora.rbs', line 629
def related_tags_by_slug: (?slug: String, ?omit_empty: "true" | "false", ?status: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rewards_market ⇒ Object
614 |
# File 'sig/crawlora.rbs', line 614
def rewards_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rewards_markets ⇒ Object
615 |
# File 'sig/crawlora.rbs', line 615
def rewards_markets: (?order_by: "market" | "earnings" | "max_spread" | "min_size" | "rate_per_day" | "price" | "earning_percentage" | "spread", ?position: "asc" | "desc", ?date: String, ?q: String, ?tag_slug: "all" | "politics" | "sports" | "crypto" | "pop-culture" | "middle-east" | "business" | "science", ?cursor: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
616 |
# File 'sig/crawlora.rbs', line 616
def search: (?q: String, ?limit: Integer, ?status: "open" | "closed" | "all", ?sort: "relevance" | "volume24hr" | "volume" | "liquidity" | "endDate", ?ascending: bool, ?include_tags: bool, ?include_profiles: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sport ⇒ Object
621 |
# File 'sig/crawlora.rbs', line 621
def sport: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sport_external_partner ⇒ Object
623 |
# File 'sig/crawlora.rbs', line 623
def sport_external_partner: (?id: Integer, ?partner_ref: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sport_external_partners ⇒ Object
622 |
# File 'sig/crawlora.rbs', line 622
def sport_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports ⇒ Object
617 |
# File 'sig/crawlora.rbs', line 617
def sports: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports_by_partner ⇒ Object
618 |
# File 'sig/crawlora.rbs', line 618
def sports_by_partner: (?partner: String, ?external_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports_market_types ⇒ Object
619 |
# File 'sig/crawlora.rbs', line 619
def sports_market_types: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports_summary ⇒ Object
620 |
# File 'sig/crawlora.rbs', line 620
def sports_summary: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlight ⇒ Object
626 |
# File 'sig/crawlora.rbs', line 626
def spotlight: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlights ⇒ Object
624 |
# File 'sig/crawlora.rbs', line 624
def spotlights: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlights_keyset ⇒ Object
625 |
# File 'sig/crawlora.rbs', line 625
def spotlights_keyset: (?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?after_cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#status ⇒ Object
627 |
# File 'sig/crawlora.rbs', line 627
def status: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tag ⇒ Object
631 |
# File 'sig/crawlora.rbs', line 631
def tag: (?id: String, ?include_template: bool, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tag_by_slug ⇒ Object
628 |
# File 'sig/crawlora.rbs', line 628
def tag_by_slug: (?slug: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tags ⇒ Object
634 |
# File 'sig/crawlora.rbs', line 634
def tags: (?limit: Integer, ?offset: Integer, ?order: "volume24hr" | "volume" | "liquidity" | "endDate" | "updatedAt" | "createdAt" | "id" | "slug" | "title" | "question" | "label", ?ascending: "true" | "false", ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team ⇒ Object
637 |
# File 'sig/crawlora.rbs', line 637
def team: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team_external_partner ⇒ Object
639 |
# File 'sig/crawlora.rbs', line 639
def team_external_partner: (?id: Integer, ?partner_ref: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team_external_partners ⇒ Object
638 |
# File 'sig/crawlora.rbs', line 638
def team_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#teams ⇒ Object
635 |
# File 'sig/crawlora.rbs', line 635
def teams: (?league: String, ?name: String, ?abbreviation: String, ?provider_id: String, ?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#teams_by_partner ⇒ Object
636 |
# File 'sig/crawlora.rbs', line 636
def teams_by_partner: (?partner: String, ?external_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_midpoint ⇒ Object
640 |
# File 'sig/crawlora.rbs', line 640
def token_midpoint: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_orderbook ⇒ Object
641 |
# File 'sig/crawlora.rbs', line 641
def token_orderbook: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_price ⇒ Object
642 |
# File 'sig/crawlora.rbs', line 642
def token_price: (?token_id: String, ?side: "buy" | "sell", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_price_history ⇒ Object
643 |
# File 'sig/crawlora.rbs', line 643
def token_price_history: (?token_id: String, ?interval: "1m" | "1h" | "6h" | "1d" | "1w" | "all" | "max", ?fidelity: Integer, ?start_ts: Integer, ?end_ts: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_spread ⇒ Object
644 |
# File 'sig/crawlora.rbs', line 644
def token_spread: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_midpoints ⇒ Object
645 |
# File 'sig/crawlora.rbs', line 645
def tokens_midpoints: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_orderbooks ⇒ Object
646 |
# File 'sig/crawlora.rbs', line 646
def tokens_orderbooks: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_prices ⇒ Object
647 |
# File 'sig/crawlora.rbs', line 647
def tokens_prices: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_spreads ⇒ Object
648 |
# File 'sig/crawlora.rbs', line 648
def tokens_spreads: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournament ⇒ Object
650 |
# File 'sig/crawlora.rbs', line 650
def tournament: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournaments ⇒ Object
649 |
# File 'sig/crawlora.rbs', line 649
def tournaments: (?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|