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

Blob.find(user,repo,sha) Fails Due to Invalid Content-Type #12

Closed runpaint closed 15 years ago

runpaint commented 15 years ago

The GitHub API returns the wrong Content-Type so this call raises an Exception. This is blocked by develop/develop.github.com#13 ; if that gets wontfix'd, we'll need a workaround.

radar commented 15 years ago

This is working now, to my knowledge.