Is there any solution to add the generated routes on /jsonapi links?
Thank you.
andreiq created an issue. See original summary.
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.
Comments
Comment #2
mglamanCurrently, 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.
Comment #3
ptmkenny commented