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

x/kd_clients/mod.ts>OrgClient#exists

Various HTTP clients for miscellaneous use.
Latest
method OrgClient.prototype.exists
import { OrgClient } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/mod.ts";

Gets a value indicating whether or not an organization exists with a name that matches the given orgName.

Returns

Promise<boolean>

True if the organization exists; otherwise, false.