Closed shyndman closed 2 years ago
Serverless functions can now be called using any HTTP method, through the introduction of a new httpMethod parameter on FunctionsClient.callFunction. The parameter defaults to 'post'.
httpMethod
FunctionsClient.callFunction
'post'
Fixes #55
Serverless functions can now be called using any HTTP method, through the introduction of a new
httpMethod
parameter onFunctionsClient.callFunction
. The parameter defaults to'post'
.Fixes #55