Class: Crawlora::TmdbGroup
- Inherits:
-
Object
- Object
- Crawlora::TmdbGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ TmdbGroup
constructor
A new instance of TmdbGroup.
- #movie ⇒ Object
- #movie_list ⇒ Object
- #person ⇒ Object
- #search ⇒ Object
- #tv ⇒ Object
- #tv_list ⇒ Object
Constructor Details
#initialize ⇒ TmdbGroup
Returns a new instance of TmdbGroup.
858 |
# File 'sig/crawlora.rbs', line 858
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#movie ⇒ Object
860 |
# File 'sig/crawlora.rbs', line 860
def movie: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie_list ⇒ Object
859 |
# File 'sig/crawlora.rbs', line 859
def movie_list: (?category: "popular" | "top_rated" | "now_playing" | "upcoming", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#person ⇒ Object
861 |
# File 'sig/crawlora.rbs', line 861
def person: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
862 |
# File 'sig/crawlora.rbs', line 862
def search: (?query: String, ?type: "movie" | "tv" | "person", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv ⇒ Object
864 |
# File 'sig/crawlora.rbs', line 864
def tv: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv_list ⇒ Object
863 |
# File 'sig/crawlora.rbs', line 863
def tv_list: (?category: "popular" | "top_rated" | "airing_today" | "on_the_air", ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|