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
Fixed FileUpload to support mulit-part form data uploads
Added "OFFICE" to phone type enums to prevent errors when doing a GET on contacts for the Demo Company. - This enum value is not a valid phone type when performing a PUT or POST.
Changed where the "Content-Type" header is set. Previously, it was set in the XeroHttpContext class on the httpclient, but this caused error for multipart-formdata. Setting the Content-Type header on the HttpPost or HttpPut objects solved the problem.
Completed example calls for all Files and Folder endpoints in example/RequestResourceServlet class