Class: Crawlora::JustWatchGroup
- Inherits:
-
Object
- Object
- Crawlora::JustWatchGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ JustWatchGroup
constructor
A new instance of JustWatchGroup.
- #justwatch_age_certifications ⇒ Object
- #justwatch_discover ⇒ Object
- #justwatch_episode_by_id ⇒ Object
- #justwatch_episode_offers ⇒ Object
- #justwatch_genre_titles ⇒ Object
- #justwatch_genres ⇒ Object
- #justwatch_monetization_titles ⇒ Object
- #justwatch_new ⇒ Object
- #justwatch_popular ⇒ Object
- #justwatch_provider_titles ⇒ Object
- #justwatch_providers ⇒ Object
- #justwatch_search ⇒ Object
- #justwatch_season_by_id ⇒ Object
- #justwatch_season_episodes ⇒ Object
- #justwatch_show_seasons ⇒ Object
- #justwatch_title ⇒ Object
- #justwatch_title_analysis ⇒ Object
- #justwatch_title_by_id ⇒ Object
- #justwatch_title_media ⇒ Object
- #justwatch_title_offers ⇒ Object
- #justwatch_title_similar ⇒ Object
Constructor Details
#initialize ⇒ JustWatchGroup
Returns a new instance of JustWatchGroup.
416 |
# File 'sig/crawlora.rbs', line 416
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#justwatch_age_certifications ⇒ Object
417 |
# File 'sig/crawlora.rbs', line 417
def justwatch_age_certifications: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_discover ⇒ Object
418 |
# File 'sig/crawlora.rbs', line 418
def justwatch_discover: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?genres: String, ?providers: String, ?production_countries: String, ?monetization_types: "FLATRATE" | "FREE" | "ADS" | "RENT" | "BUY", ?year_min: Integer, ?year_max: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_episode_by_id ⇒ Object
419 |
# File 'sig/crawlora.rbs', line 419
def justwatch_episode_by_id: (?id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_episode_offers ⇒ Object
420 |
# File 'sig/crawlora.rbs', line 420
def justwatch_episode_offers: (?id: String, ?countries: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_genre_titles ⇒ Object
421 |
# File 'sig/crawlora.rbs', line 421
def justwatch_genre_titles: (?genre: String, ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_genres ⇒ Object
422 |
# File 'sig/crawlora.rbs', line 422
def justwatch_genres: (?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_monetization_titles ⇒ Object
423 |
# File 'sig/crawlora.rbs', line 423
def justwatch_monetization_titles: (?monetization_type: "FLATRATE" | "FREE" | "ADS" | "RENT" | "BUY", ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_new ⇒ Object
424 |
# File 'sig/crawlora.rbs', line 424
def justwatch_new: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_popular ⇒ Object
425 |
# File 'sig/crawlora.rbs', line 425
def justwatch_popular: (?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_provider_titles ⇒ Object
426 |
# File 'sig/crawlora.rbs', line 426
def justwatch_provider_titles: (?provider: String, ?country: String, ?language: String, ?limit: Integer, ?type: "all" | "movie" | "show", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_providers ⇒ Object
427 |
# File 'sig/crawlora.rbs', line 427
def justwatch_providers: (?country: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_search ⇒ Object
428 |
# File 'sig/crawlora.rbs', line 428
def justwatch_search: (?query: String, ?country: String, ?language: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_season_by_id ⇒ Object
429 |
# File 'sig/crawlora.rbs', line 429
def justwatch_season_by_id: (?id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_season_episodes ⇒ Object
430 |
# File 'sig/crawlora.rbs', line 430
def justwatch_season_episodes: (?season_id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_show_seasons ⇒ Object
431 |
# File 'sig/crawlora.rbs', line 431
def justwatch_show_seasons: (?show_id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title ⇒ Object
432 |
# File 'sig/crawlora.rbs', line 432
def justwatch_title: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title_analysis ⇒ Object
433 |
# File 'sig/crawlora.rbs', line 433
def justwatch_title_analysis: (?path: String, ?url: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title_by_id ⇒ Object
434 |
# File 'sig/crawlora.rbs', line 434
def justwatch_title_by_id: (?id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title_media ⇒ Object
435 |
# File 'sig/crawlora.rbs', line 435
def justwatch_title_media: (?id: String, ?country: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title_offers ⇒ Object
436 |
# File 'sig/crawlora.rbs', line 436
def justwatch_title_offers: (?id: String, ?countries: String, ?language: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#justwatch_title_similar ⇒ Object
437 |
# File 'sig/crawlora.rbs', line 437
def justwatch_title_similar: (?id: String, ?country: String, ?language: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|