jsonapi
jsonapi copied to clipboard
Support for embedded records?
I have to use embedded records for my project.
I'm currently using a fork/branch of AMS, and this monkey patch: https://github.com/spieker/active_model_serializers-jsonapi_embedded_records_deserializer/blob/master/lib/active_model_serializers/jsonapi_embedded_records_deserializer.rb
But I'd like to use this gem, cause it has some good document validation features. :-)
Could support for embedded records be added?
I'm currently not too keen on diverging from the spec. I'd like to wait a bit for at least an official extension for embedded records, but let's keep this issue open to discuss it.