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
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
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 client was previously changed to only support deserializing
application/vnd.onshape.v2+jsonContent-Types, howeverapplication/vnd.onshape.v1+jsonis 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-streamfor download responses, however some methods such as PartStudios.exportParasolid() now give a 406 response to this.