Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/functions.ts>Functions#listTags

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Functions.prototype.listTags
import { Functions } from "https://deno.land/x/appwrite@0.1.1/src/services/functions.ts";

List Tags

Get a list of all the project's code tags. You can use the query params to filter your results.

Parameters

functionId: string

functionId

optional
limit: number = [UNSUPPORTED]

limit

optional
offset: number = [UNSUPPORTED]

offset

optional
orderType: string = [UNSUPPORTED]

orderType

Returns

Promise<string>

Promise