Module: NestApi
- Defined in:
- lib/nest_api.rb,
lib/nest_api/api.rb,
lib/nest_api/thermostat.rb,
lib/nest_api/access_token.rb
Defined Under Namespace
Classes: AccessToken, Api, Thermostat
Constant Summary collapse
- CONFIG_FILE =
'./nest_config'- API_URL =
'https://developer-api.nest.com'- AUTH_URL =
'https://home.nest.com/login/oauth2?state=STATE&client_id='- TOKEN_URL =
'https://api.home.nest.com/oauth2/access_token'- ConfigurationError =
Class.new(StandardError)