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.
958 |
# File 'sig/crawlora.rbs', line 958
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#movie ⇒ Object
960 |
# File 'sig/crawlora.rbs', line 960
def movie: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie_list ⇒ Object
959 |
# File 'sig/crawlora.rbs', line 959
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
961 |
# File 'sig/crawlora.rbs', line 961
def person: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
962 |
# File 'sig/crawlora.rbs', line 962
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
964 |
# File 'sig/crawlora.rbs', line 964
def tv: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv_list ⇒ Object
963 |
# File 'sig/crawlora.rbs', line 963
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
|