We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
C# currently doesn't support users to specify the HTTP method when invoking a function like the JS https://github.com/supabase/functions-js/blob/main/src/types.ts#L70
Add a new HTTP method parameter when invoking a function, following JS implementation.
HTTP
The text was updated successfully, but these errors were encountered:
diegofesanto
No branches or pull requests
Feature request
C# currently doesn't support users to specify the HTTP method when invoking a function like the JS https://github.com/supabase/functions-js/blob/main/src/types.ts#L70
Describe the solution you'd like
Add a new
HTTP
method parameter when invoking a function, following JS implementation.The text was updated successfully, but these errors were encountered: