Hi guys. I am reading the CDI doc in swagger and I...
# support-questions
k
Hi guys. I am reading the CDI doc in swagger and I am trying to implement the sign up from my nodejs server, but I don't know how to use end point. I see that is a POST method and the end point is /recipe/signup but what is the route base or how do I have to implement the endpoint?
r
Hey! So the CDI APIs are the core’s APIs and those should be queried by your nose server.
The domain is the connectionURI and the path is what is shown in the swagger spec.
7 Views