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
Similar to #21, we need to add a fromObject() method to the FormUrlEncodedRequest class. This will serialize the given object into a URL encoded string to be sent with the request.
The text was updated successfully, but these errors were encountered:
How do you propose we do this if given anything that contains some form of nested objects? Should we just take the root object fields and serialize their values with #toString?
Similar to #21, we need to add a
fromObject()
method to theFormUrlEncodedRequest
class. This will serialize the given object into a URL encoded string to be sent with the request.The text was updated successfully, but these errors were encountered: