We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Attributes
1 parent d3ac4b7 commit 97e41dbCopy full SHA for 97e41db
Functions/Client.cs
@@ -1,15 +1,11 @@
1
using Newtonsoft.Json;
2
-using Supabase.Functions.Attributes;
3
using Supabase.Functions.Responses;
4
using System;
5
using System.Collections.Generic;
6
-using System.Diagnostics;
7
using System.Net.Http;
8
using System.Text;
9
-using System.Threading;
10
using System.Threading.Tasks;
11
using System.Web;
12
-using static Supabase.Functions.Client;
13
14
namespace Supabase.Functions
15
{
0 commit comments