nhost / nhost-dart

Nhost Dart & Flutter packages
https://nhost.io
MIT License
91 stars 33 forks source link

Support alternate HTTP methods when calling serverless functions #58

Closed shyndman closed 2 years ago

shyndman commented 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'.

Fixes #55