Skip to content

Commit b79c91e

Browse files
committed
Change base_uri to use HTTPS instead of HTTP
Pipedrive will deprecate HTTP API access on May 11, 2015.
1 parent e640075 commit b79c91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pipedrive/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Base < OpenStruct
1616

1717
include HTTParty
1818

19-
base_uri 'api.pipedrive.com/v1'
19+
base_uri 'https://api.pipedrive.com/v1'
2020
headers HEADERS
2121
format :json
2222

0 commit comments

Comments
 (0)