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
Creating requests with arbitrary body data in Swift has a defaulted contentType parameter, but in Obj-C this parameter is required. We should have an Obj-C overload that omits the parameter.
The text was updated successfully, but these errors were encountered:
Creating requests with arbitrary body data in Swift has a defaulted
contentType
parameter, but in Obj-C this parameter is required. We should have an Obj-C overload that omits the parameter.The text was updated successfully, but these errors were encountered: