Skip to main content
Module

x/deno_slack_hooks/get_manifest.ts>getValidateAndCleanManifest

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function getValidateAndCleanManifest
import { getValidateAndCleanManifest } from "https://deno.land/x/deno_slack_hooks@1.2.0/get_manifest.ts";

Retrieves a merged application manifest, validates the manifest and all its specified functions, and cleans up any bits from it not relevant for the Slack manifest APIs.

Parameters

applicationRoot: string
  • An absolute path to the application root, which presumably contains manifest files.