Hello, I am new in spryker. Can you help me How c...
# help
t
Hello, I am new in spryker. Can you help me How can I create a custom API in Spryker? Do you have any references or module for the same?
r
For beginners, Spryker can be a massive challenge. I would recommend following documentation/tutorials first: Spryker Concept & Architecture: https://docs.spryker.com/docs/scos/dev/architecture/conceptual-overview.html https://docs.spryker.com/docs/scos/dev/architecture/modules-and-application-layers.html Spryker Tutorial / Dev Walkthrough: https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/introduction-tutorials/tutorial-hello-world-spryker-commerce-os.html https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/introduction-tutorials/tutorial-architectural-walkthrough-spryker-commerce-os.html GLUE API: https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/glue-rest-api.html https://docs.spryker.com/docs/scos/dev/glue-api-guides/202204.0/glue-infrastructure.html Note: Regarding the GLUE API: I suspect, you want to extend / add custom endpoints to the Spryker "frontend" API. For customization, I would suggest the challange of reading the Spryker code, e.g. how Spryker does implements features/endpoints.
t
Okay. Thnx