Class: Tmdby::Credits

Inherits:
Wrapper show all
Defined in:
lib/tmdby/wrappers/credits.rb

Class Method Summary collapse

Methods inherited from Wrapper

add_default_language, fetch, handle_post_params, route, verify_params

Class Method Details

.get(credit_id, optional_params = {}) ⇒ Object

Get the detailed information about a particular credit record



7
8
9
10
11
# File 'lib/tmdby/wrappers/credits.rb', line 7

def self.get(credit_id, optional_params = {})
  self.fetch credit_id,
              optional_params,
              authorized_params: ["language"]
end