Because of this line
https://github.com/taylorbrooks/closeio/blob/master/lib/closeio/client.rb#L68
result returned from paginate: true call will have symbolic keys, rather than strings. It leads to "undefined method for NilClass" kind of exceptions.
My proposal is to stringify keys explicitly to keep common response structure
Because of this line
https://github.com/taylorbrooks/closeio/blob/master/lib/closeio/client.rb#L68
result returned from
paginate: truecall will have symbolic keys, rather than strings. It leads to "undefined method for NilClass" kind of exceptions.My proposal is to stringify keys explicitly to keep common response structure