GeneralScripting / pipedrive-ruby

31 stars 148 forks source link

HTTP (non-secure) support to be deprecated #30

Open TimHas opened 9 years ago

TimHas commented 9 years ago

http://blog.pipedrive.com/2015/04/deprecating-http-non-secure-api-access-from-may-11-2015

daniz commented 9 years ago

anything on this? seems like currently any calls using this gem fail...

TimHas commented 9 years ago

PR is pending

ike44est commented 9 years ago

Pipedrive dropped support for HTTP calls. An easy fix is to fork the gem and then update the base_uri line in lib/pipedrive-ruby/base.rb to show 'https://api.pipedrive.com/v1' then in your gemfile gem 'pipedrive-ruby', github: /your-username/pipedrive-ruby

Kinaan commented 8 years ago

This was my temporary fix , if it helps Pipedrive::Organization.default_options.merge!(:base_uri => 'https://api.pipedrive.com/v1')