fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

Authenticated Queries Should use HTTPS #22

Closed runpaint closed 15 years ago

runpaint commented 15 years ago

We need to connect to GitHub.com via HTTPs for authenticated actions. What are the implications of passing all traffic over HTTPs versus choosing the base_url on the basis of the call?

radar commented 15 years ago

All authenticated calls now use AuthAPI which has a base_uri set to https://github.com...