Skip to content

relationships links ignoring GetCustomLinks #354

@verkestk

Description

@verkestk

Is there a way to exclude or customize the links object from a relationship? I've been trying to do figure this out without any luck.

Some context:
I have some resource types I want to include links for, and other resource types I do not. So I'm using jsonapi.MarshalWithURLs and then using a GetCustomLinks method to return an empty map for the resources that should not have links.

This is working for the included part of the marshaled payload. However, the links are still included in the relationships part of the payload. What's returned by GetCustomLinks does not appear to impact the link values in the relationships object.

Which is resulting in the following 2 problems:

  • links present for some related resources where I don't want them
  • links incorrect for other related resources where I've customized them

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions