Class: TmdbApiClient::Environment

Inherits:
Object
  • Object
show all
Defined in:
lib/environment.rb

Constant Summary collapse

PRODUCTION =
"https://api.themoviedb.org"
STAGING =
"https://api.themoviedb.org/staging"