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.
414 |
# File 'sig/crawlora.rbs', line 414
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#activity_trades ⇒ Object
415 |
# File 'sig/crawlora.rbs', line 415
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
416 |
# File 'sig/crawlora.rbs', line 416
def clob_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#dashboard_macro ⇒ Object
417 |
# File 'sig/crawlora.rbs', line 417
def dashboard_macro: (?limit: Integer, ?cursor: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#data_followers ⇒ Object
418 |
# File 'sig/crawlora.rbs', line 418
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
419 |
# File 'sig/crawlora.rbs', line 419
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
420 |
# File 'sig/crawlora.rbs', line 420
def data_follows_counts: (?address: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_activity ⇒ Object
424 |
# File 'sig/crawlora.rbs', line 424
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
422 |
# File 'sig/crawlora.rbs', line 422
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
423 |
# File 'sig/crawlora.rbs', line 423
def event_detail: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_detail_by_id ⇒ Object
421 |
# File 'sig/crawlora.rbs', line 421
def event_detail_by_id: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#event_tags ⇒ Object
427 |
# File 'sig/crawlora.rbs', line 427
def event_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#events ⇒ Object
425 |
# File 'sig/crawlora.rbs', line 425
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
426 |
# File 'sig/crawlora.rbs', line 426
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
428 |
# File 'sig/crawlora.rbs', line 428
def fee_types: (?active: "true" | "false", ?search: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#games ⇒ Object
429 |
# File 'sig/crawlora.rbs', line 429
def games: (?sport: String, ?ticker: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#homepage_feed ⇒ Object
430 |
# File 'sig/crawlora.rbs', line 430
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
431 |
# File 'sig/crawlora.rbs', line 431
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
434 |
# File 'sig/crawlora.rbs', line 434
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
432 |
# File 'sig/crawlora.rbs', line 432
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
438 |
# File 'sig/crawlora.rbs', line 438
def market_detail: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_detail_by_condition ⇒ Object
433 |
# File 'sig/crawlora.rbs', line 433
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
436 |
# File 'sig/crawlora.rbs', line 436
def market_detail_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_liquidity ⇒ Object
439 |
# File 'sig/crawlora.rbs', line 439
def market_liquidity: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_liquidity_by_condition ⇒ Object
435 |
# File 'sig/crawlora.rbs', line 435
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
437 |
# File 'sig/crawlora.rbs', line 437
def market_liquidity_by_slug: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#market_tags ⇒ Object
440 |
# File 'sig/crawlora.rbs', line 440
def market_tags: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#markets ⇒ Object
441 |
# File 'sig/crawlora.rbs', line 441
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
442 |
# File 'sig/crawlora.rbs', line 442
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
462 |
# File 'sig/crawlora.rbs', line 462
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
459 |
# File 'sig/crawlora.rbs', line 459
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
461 |
# File 'sig/crawlora.rbs', line 461
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
458 |
# File 'sig/crawlora.rbs', line 458
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
443 |
# File 'sig/crawlora.rbs', line 443
def rewards_market: (?condition_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#rewards_markets ⇒ Object
444 |
# File 'sig/crawlora.rbs', line 444
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
445 |
# File 'sig/crawlora.rbs', line 445
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
450 |
# File 'sig/crawlora.rbs', line 450
def sport: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sport_external_partner ⇒ Object
452 |
# File 'sig/crawlora.rbs', line 452
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
451 |
# File 'sig/crawlora.rbs', line 451
def sport_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports ⇒ Object
446 |
# File 'sig/crawlora.rbs', line 446
def sports: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports_by_partner ⇒ Object
447 |
# File 'sig/crawlora.rbs', line 447
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
448 |
# File 'sig/crawlora.rbs', line 448
def sports_market_types: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#sports_summary ⇒ Object
449 |
# File 'sig/crawlora.rbs', line 449
def sports_summary: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlight ⇒ Object
455 |
# File 'sig/crawlora.rbs', line 455
def spotlight: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlights ⇒ Object
453 |
# File 'sig/crawlora.rbs', line 453
def spotlights: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#spotlights_keyset ⇒ Object
454 |
# File 'sig/crawlora.rbs', line 454
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
456 |
# File 'sig/crawlora.rbs', line 456
def status: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tag ⇒ Object
460 |
# File 'sig/crawlora.rbs', line 460
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
457 |
# File 'sig/crawlora.rbs', line 457
def tag_by_slug: (?slug: String, ?locale: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tags ⇒ Object
463 |
# File 'sig/crawlora.rbs', line 463
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
466 |
# File 'sig/crawlora.rbs', line 466
def team: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#team_external_partner ⇒ Object
468 |
# File 'sig/crawlora.rbs', line 468
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
467 |
# File 'sig/crawlora.rbs', line 467
def team_external_partners: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#teams ⇒ Object
464 |
# File 'sig/crawlora.rbs', line 464
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
465 |
# File 'sig/crawlora.rbs', line 465
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
469 |
# File 'sig/crawlora.rbs', line 469
def token_midpoint: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_orderbook ⇒ Object
470 |
# File 'sig/crawlora.rbs', line 470
def token_orderbook: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#token_price ⇒ Object
471 |
# File 'sig/crawlora.rbs', line 471
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
472 |
# File 'sig/crawlora.rbs', line 472
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
473 |
# File 'sig/crawlora.rbs', line 473
def token_spread: (?token_id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_midpoints ⇒ Object
474 |
# File 'sig/crawlora.rbs', line 474
def tokens_midpoints: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_orderbooks ⇒ Object
475 |
# File 'sig/crawlora.rbs', line 475
def tokens_orderbooks: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_prices ⇒ Object
476 |
# File 'sig/crawlora.rbs', line 476
def tokens_prices: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tokens_spreads ⇒ Object
477 |
# File 'sig/crawlora.rbs', line 477
def tokens_spreads: (?body: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournament ⇒ Object
479 |
# File 'sig/crawlora.rbs', line 479
def tournament: (?id: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tournaments ⇒ Object
478 |
# File 'sig/crawlora.rbs', line 478
def tournaments: (?limit: Integer, ?offset: Integer, ?order: String, ?ascending: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|