Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T18:42:17.000Z (7 months ago)
- Last Synced: 2024-11-04T18:51:00.739Z (9 days 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: 11
- Watchers: 8
- Forks: 3
- 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`