From 5d5ab762a095f35333981637525f4dbed9808aea Mon Sep 17 00:00:00 2001 From: Sebastian Ortiz Date: Tue, 2 Feb 2016 23:26:44 -0500 Subject: [PATCH] Updated to suppor https Since may 2015 Http access to the api became deprecated --- lib/pipedrive/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pipedrive/base.rb b/lib/pipedrive/base.rb index 9a0adb0..7879d30 100644 --- a/lib/pipedrive/base.rb +++ b/lib/pipedrive/base.rb @@ -16,7 +16,7 @@ class Base < OpenStruct include HTTParty - base_uri 'api.pipedrive.com/v1' + base_uri 'https://api.pipedrive.com/v1' headers HEADERS format :json