import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";
Get Document
Get a document by its unique ID. This endpoint response returns a JSON object with the document data.
Type Parameters
Document extends Models.Document
import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";
Get Document
Get a document by its unique ID. This endpoint response returns a JSON object with the document data.