Endpoints
To create new endpoint project-> app-> functions-> endpoint -> add new endpoint
How to create endpoints.
- Create a function that you want to run upon the endpoint call
- Make sure The function is public accessible (turn on from the settings)
- Go to the endpoints section give the preferred route
- Select the http method.
- Connect the respective function.
- select authorization settings.
- Save the endpoint.
The endpoint is now successfully configured.