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
Support optional params in mimetypes with serializers (#991)
* Enabled passing mimetype format to serializers in the server
* Added mimetype when passing content from client
* Added mimetype to the serializers and to their registrations
* Formatting after rebase
* Added header check for export of csv tables. Includes test cases
* Added formatting
* whitespace
* Fixed mimetype placeholdder for xarrays
* Fixed error with deserialize_arrow
* Fixed deserializer error for awkward arrays
* Fixed error message for xdi serializer
* Revert partial changes for serialize_csv
* Fixed error message for serializing arrays with as_buffer
* Formatting
* Added parse_mimetype method forserver and serialization tasks
* Revert unwanted local pre-commit change
* Whitespace
* Avoid repetition between conditional branches.
* TST: parse_mimetype
---------
Co-authored-by: Dan Allan <[email protected]>
Co-authored-by: Dan Allan <[email protected]>
0 commit comments