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
The client was previously changed to only support deserializing application/vnd.onshape.v2+json Content-Types, however application/vnd.onshape.v1+json is still used as a header for some responses, notably empty responses from delete methods. Both should be considered.
The client currently uses an Accept header of application/vnd.onshape.v2+octet-stream for download responses, however some methods such as PartStudios.exportParasolid() now give a 406 response to this.
The text was updated successfully, but these errors were encountered:
…-public/java-client#21), also set fileContentLength field based on blob size.
Re-add support for Onshape v1 JSON format as sometimes used on empty responses, and send array of acceptable response types, including "*/*" in the case of binary responses (see onshape-public/java-client#22).
The client was previously changed to only support deserializing
application/vnd.onshape.v2+json
Content-Types, howeverapplication/vnd.onshape.v1+json
is still used as a header for some responses, notably empty responses from delete methods. Both should be considered.The client currently uses an Accept header of
application/vnd.onshape.v2+octet-stream
for download responses, however some methods such as PartStudios.exportParasolid() now give a 406 response to this.The text was updated successfully, but these errors were encountered: