Module

x/deno_slack_hooks/get_manifest.ts>getValidateAndCleanManifest

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function getValidateAndCleanManifest
import { getValidateAndCleanManifest } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.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.