cURL
curl --request GET \ --url https://api.example.com/functions/{slug}
{ "message": "Hello, World!" }
Execute a function using GET method. Proxied to Deno runtime.
Function slug identifier
Function executed successfully
The response is of type object.
object