- v2.0.0 renames this package from
functions-csharp
toSupabase.Functions
. The depreciation notice has been set in NuGet. The API remains the same. - Re: #135 Update nuget package
name
functions-csharp
toSupabase.Functions
- Re: #5 Add support for specifying Http Timeout on a function call by adding
HttpTimeout
toInvokeFunctionOptions
- Updates usage of
Supabase.Core
assembly.
- Rename assembly to
Supabase.Functions
- Uses
FunctionsException
instead ofRequestException
- Use
supabase-core
and implementIGettableHeaders
onClient
- [MINOR]
Client
now initializes with abaseUrl
and method calls arguments are only thefunctionName
. - Included
GetHeaders
property.
Client
is no longer a Singleton class, it should be initialized using a default constructor.- #1 Restructures library to support DI.
- Default
token
to benull
inInvoke
calls to allowAuthorization
to be passed solely via Headers.
- Initial Release