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
HTTParty should return the response based on the body contents type,
but since we are missing the Accept header the content is always returned as simple text
The text was updated successfully, but these errors were encountered:
This change will return a parsed has from parsed_response instead of a simple json string. This can break a lots of client apps and need to change how the response is handled on them.
HTTParty should return the response based on the body contents type,
but since we are missing the
Accept
header the content is always returned as simple textThe text was updated successfully, but these errors were encountered: