toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
postgrest-kt
/
io.github.jan.supabase.postgrest.request
/
PostgrestRequest
Postgrest
Request
sealed
interface
PostgrestRequest
(
source
)
Members
Properties
body
Link copied to clipboard
open
val
body
:
JsonElement
?
headers
Link copied to clipboard
open
val
headers
:
Headers
method
Link copied to clipboard
abstract
val
method
:
HttpMethod
prefer
Link copied to clipboard
abstract
val
prefer
:
List
<
String
>
returning
Link copied to clipboard
open
val
returning
:
Returning
schema
Link copied to clipboard
abstract
val
schema
:
String
url
Params
Link copied to clipboard
abstract
val
urlParams
:
Map
<
String
,
String
>