Open
Description
On the page
https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/decoupled-glue-infrastructure/how-to-guides/routing/how-to-create-a-storefront-resource.html
it shows how to implement \Pyz\Glue\ModuleRestApi\Plugin\JsonConventionModuleResource
There are 2 problems with that:
- It implements
JsonApiResourceInterface
which is not present in anyuse
section and doesn't exist in the codebase at all - It conflicts with the approach that is used in the https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/glue-api-tutorials/implement-a-rest-api-resource.html#route-requests-to-your-controller for
WishlistsResourceRoutePlugin
By the way the approach from second points implements \Spryker\Glue\GlueApplicationExtension\Dependency\Plugin\ResourceRoutePluginInterface
so it's not clear what should I use.
Thanks
Metadata
Metadata
Assignees
Labels
No labels