You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to #95 being merged, we had code like the following that worked:
sendgrid.patch(request_body: an_array)
This worked because an_array would, along the way to Net::HTTP, be encoded to JSON. #95 changed this behavior, as now only hashes are automatically JSON-encoded.
Was this change in behavior intentional, or was our usage unexpected?
The text was updated successfully, but these errors were encountered:
Issue Summary
Prior to #95 being merged, we had code like the following that worked:
This worked because
an_array
would, along the way to Net::HTTP, be encoded to JSON. #95 changed this behavior, as now only hashes are automatically JSON-encoded.Was this change in behavior intentional, or was our usage unexpected?
The text was updated successfully, but these errors were encountered: