Skip to content

Commit

Permalink
Merge pull request #6 from Tischi86/master
Browse files Browse the repository at this point in the history
Changed API request to https
  • Loading branch information
trosenblatt-zz committed Jan 28, 2015
2 parents b2b0b8c + dbef4ff commit 1153c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NAApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
define('JSON_ERROR_TYPE',3);
define('NOT_LOGGED_ERROR_TYPE', 4); //unable to get access token

define('BACKEND_BASE_URI', "http://api.netatmo.net/");
define('BACKEND_SERVICES_URI', "http://api.netatmo.net/api");
define('BACKEND_BASE_URI', "https://api.netatmo.net/");
define('BACKEND_SERVICES_URI', "https://api.netatmo.net/api");
define('BACKEND_ACCESS_TOKEN_URI', "https://api.netatmo.net/oauth2/token");
define('BACKEND_AUTHORIZE_URI', "https://api.netatmo.net/oauth2/authorize");

Expand Down

0 comments on commit 1153c37

Please sign in to comment.