uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Breaking the Twitter Gem #13

Closed damian closed 7 years ago

damian commented 8 years ago

It appears the ParseJson Faraday middleware your injecting is interfering with requests made from the Twitter gem in our case here. In this example the keys in the attrs Hash are meant to be Symbols rather than Strings which means the fetch errors out as it can't find a key name :id.