jsonapi-serializer
jsonapi-serializer copied to clipboard
Adds support for links for a record, moves meta-links to meta_links
This is to add support for links that are specific to a record. Current behavior is to put 'meta' links on the record as if they were for the record and links on the record are ignored. This should fix https://github.com/SeyZ/jsonapi-serializer/issues/84 but it will also change existing behavior around links.
@SeyZ Do you have any other suggestions of what to do with the existing "meta" links
@SeyZ Do you have any feedback on this?