Problem/Motivation

Is there any solution to add the generated routes on /jsonapi links?

Thank you.

Comments

andreiq created an issue. See original summary.

mglaman’s picture

Currently, the only way to do this is to leverage JSON:API Hypermedia and provide a link. That is what we did in Commerce API: https://git.drupalcode.org/project/commerce_api/-/tree/8.x-1.x/src/Plugi....

I think it would be very hard to generically provide these in this module.

ptmkenny’s picture

Status: Active » Closed (works as designed)