https://github.com/supabase-community/functions-csharp
C# client for interacting with Supabase Functions
https://github.com/supabase-community/functions-csharp
csharp supabase supabase-functions
Last synced: 23 days ago
JSON representation
C# client for interacting with Supabase Functions
- Host: GitHub
- URL: https://github.com/supabase-community/functions-csharp
- Owner: supabase-community
- License: mit
- Created: 2022-04-13T20:52:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T18:42:17.000Z (about 1 year ago)
- Last Synced: 2025-04-05T13:24:01.349Z (about 1 month ago)
- Topics: csharp, supabase, supabase-functions
- Language: C#
- Homepage: https://supabase-community.github.io/functions-csharp/api/Supabase.Functions.Client.html
- Size: 14.4 MB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
---
## [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](https://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`