We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e640075 commit 83e0d3eCopy full SHA for 83e0d3e
1 file changed
lib/pipedrive/base.rb
@@ -16,7 +16,7 @@ class Base < OpenStruct
16
17
include HTTParty
18
19
- base_uri 'api.pipedrive.com/v1'
+ base_uri 'https://api.pipedrive.com/v1'
20
headers HEADERS
21
format :json
22
0 commit comments