supabase-community / functions-csharp

C# client for interacting with Supabase Functions

Home Page:https://supabase-community.github.io/functions-csharp/api/Supabase.Functions.Client.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


[Notice]: v2.0.0 renames this package from functions-csharp to Supabase.Functions. The depreciation notice has been set in NuGet. The API remains the same.

C# Client library to interact with Supabase Functions.

Package made possible through the efforts of:

Join the ranks! See a problem? Help fix it!

Made with contrib.rocks.

Contributing

We are more than happy to have contributions! Please submit a PR.

Testing

To run the tests locally you must have docker and docker-compose installed. Then in the root of the repository run:

  • docker-compose up -d
  • dotnet test

About

C# client for interacting with Supabase Functions

https://supabase-community.github.io/functions-csharp/api/Supabase.Functions.Client.html

License:MIT License


Languages

Language:C# 80.4%Language:TypeScript 19.6%