Skip to main content
Module

x/apiland/auth.ts>algoliaKeys

The API server for deno.land
Latest
variable algoliaKeys
import { algoliaKeys } from "https://deno.land/x/apiland@1.7.2/auth.ts";

Algolia credentials required to upload docNodes to algolia.

type

{ appId: string; apiKey: string; searchApiKey: string; }