Skalar / google_distance_matrix

Ruby client for The Google Distance Matrix API.
MIT License
57 stars 45 forks source link

Make https default protocol #17

Closed w8m8 closed 8 years ago

w8m8 commented 8 years ago

Suggestion, with a push request to make the protocol be https by default. From what I see now there are no restrictions to having https be the default.

Currently if a person wants to add an API key to google_distance_matrix it will be refused, as it requires an https connection with an API key enabled. Thus I think it will remove a barrier of entry for new users of the gem as-well, as there is currently no documentation on how to change the protocol to https.

thhermansen commented 8 years ago

Hi,

Thank you. I'll take a look at this tomorrow.

thhermansen commented 8 years ago

I have released a new version of the gem including your change.