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

x/appwrite/mod.ts>Functions#getTag

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

Get Tag

Get a code tag by its unique ID.

Type Parameters

T extends unknown

Parameters

functionId: string
tagId: string

Returns

Promise<T>