Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function getOrganizationDetail
import { getOrganizationDetail } from "https://deno.land/x/kview@0.15.0/utils/dash.ts";

For a given organization, retrieve the organization details.

Parameters

id: string

Returns

Promise<{ organization: DashOrganizationDetail; }>