Skip to main content
Module

x/appwrite/mod.ts>Client

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
class Client
Re-export
import { Client } from "https://deno.land/x/appwrite@6.2.1/mod.ts";

Properties

endpoint: string
headers: Payload

Methods

addHeader(key: string, value: string): this
call(
method: string,
path?: string,
headers?: Payload,
params?: Payload,
)
flatten(data: Payload, prefix?)
setEndpoint(endpoint: string): this
setJWT(value: string): this

Set JWT

Your secret JSON Web Token

setKey(value: string): this

Set Key

Your secret API key

setLocale(value: string): this

Set Locale

setProject(value: string): this

Set Project

Your project ID

withoutHeader(key: string, headers: Payload): Payload

Static Properties

CHUNK_SIZE
DENO_READ_CHUNK_SIZE: number