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.
901 |
# File 'sig/crawlora.rbs', line 901
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#movie ⇒ Object
903 |
# File 'sig/crawlora.rbs', line 903
def movie: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#movie_list ⇒ Object
902 |
# File 'sig/crawlora.rbs', line 902
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
904 |
# File 'sig/crawlora.rbs', line 904
def person: (?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
905 |
# File 'sig/crawlora.rbs', line 905
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
907 |
# File 'sig/crawlora.rbs', line 907
def tv: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tv_list ⇒ Object
906 |
# File 'sig/crawlora.rbs', line 906
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
|