Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/gotrue/src/lib/fetch.ts>post

An isomorphic Javascript library for GoTrue.
Latest
function post
import { post } from "https://deno.land/x/gotrue@3.0.0/src/lib/fetch.ts";

Parameters

url: string
body: any
optional
options: FetchOptions

Returns

Promise<any>