Method: Yt::Models::Configuration#api_key

Defined in:
lib/yt/models/configuration.rb

#api_keyString

Returns the API key for server/browser YouTube applications.

Returns:

  • (String)

    the API key for server/browser YouTube applications.

See Also:



43
44
45
# File 'lib/yt/models/configuration.rb', line 43

def api_key
  @api_key
end