The Makeswift client is used to fetch data from the Makeswift API.
Makeswift
Show child attributes
import { Makeswift } from "@makeswift/runtime/next"; import { strict } from "assert"; import { runtime } from "./runtime"; strict( process.env.MAKESWIFT_SITE_API_KEY, "MAKESWIFT_SITE_API_KEY is required" ); export const client = new Makeswift(process.env.MAKESWIFT_SITE_API_KEY, { runtime, });
Was this page helpful?