From 3939af15cc9c39e9a1fa6daf772a8647a297dab0 Mon Sep 17 00:00:00 2001 From: Brian O'Keefe Date: Sun, 20 Apr 2014 10:40:19 -0400 Subject: [PATCH] Get activity data over HTTPS --- lib/nike/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nike/client.rb b/lib/nike/client.rb index ad35c7e..fa0ec61 100644 --- a/lib/nike/client.rb +++ b/lib/nike/client.rb @@ -9,7 +9,7 @@ class Nike::Client # debug_output $stdout LOGIN_URL = 'https://secure-nikeplus.nike.com/nsl/services/user/login' - BASE_URL = 'http://nikeplus.nike.com/plus' + BASE_URL = 'https://secure-nikeplus.nike.com/plus' APP_KEY = 'b31990e7-8583-4251-808f-9dc67b40f5d2' FORMAT = :json