class MoviesServiceClient
  ENDPOINT_URL = 'http://localhost:3000/movies_service/api'
  TIMEOUT_SECONDS = 10
end
